enable github update check

This commit is contained in:
sk
2022-11-01 23:27:50 +01:00
parent 10a405ef13
commit 596799bf2f
3 changed files with 21 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 33
versionCode 23
versionName "1.1.3+fork.23"
versionCode 24
versionName "1.1.3+fork.24"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -52,6 +52,9 @@ android {
githubRelease{
setRoot "src/github"
}
debug {
setRoot "src/github"
}
}
lintOptions{
checkReleaseBuilds false