Add privacy policy step to the signup flow

This commit is contained in:
Grishka
2022-11-02 11:01:52 +03:00
parent be2ee3a029
commit b4c305d094
6 changed files with 282 additions and 4 deletions

View File

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