change client name, versioning

This commit is contained in:
sk
2022-05-06 15:39:57 +02:00
parent 69c4bf4213
commit 7996e4ee4a
2 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 31
versionCode 5
versionName '1.1.1-dev+fork.1'
versionCode 6
versionName '1.1.1-dev+fork.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}