Update version number

This commit is contained in:
Privacy_Dragon
2022-02-16 17:47:38 +01:00
parent 7c7689ec1b
commit 5d6e61469d
3 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "nl.privacydragon.bookwyrm"
minSdk 23
targetSdk 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionCode": 2,
"versionName": "1.1.0",
"outputFile": "app-release.apk"
}
],