Add opening of userpages

This commit is contained in:
Privacy_Dragon
2022-02-19 21:32:08 +01:00
parent 5d6e61469d
commit 012de9e47d
5 changed files with 349 additions and 5 deletions

View File

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