Fix bug. improve things

This commit is contained in:
Privacy_Dragon
2022-02-20 13:46:28 +01:00
parent 21a877d6b1
commit 989299cf31
4 changed files with 27 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "nl.privacydragon.bookwyrm"
minSdk 23
targetSdk 31
versionCode 3
versionName "1.2.0"
versionCode 4
versionName "1.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}