Better editing

This commit is contained in:
Grishka
2022-09-02 11:21:28 +03:00
parent ff52c37868
commit f531a90b41
4 changed files with 70 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 39
versionCode 40
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -47,6 +47,10 @@ android {
setRoot "src/appcenter"
}
}
lintOptions{
checkReleaseBuilds false
abortOnError false
}
}
dependencies {