change self updater api url

This commit is contained in:
sk
2022-11-01 21:38:19 +01:00
parent a4cb05080a
commit 10a405ef13
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 33
versionCode 22
versionName "1.1.3+fork.22"
versionCode 23
versionName "1.1.3+fork.23"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}