Add readme and license and bump version

This commit is contained in:
Grishka
2022-04-13 19:38:41 +03:00
parent 14656472a9
commit bfbcb92ea5
4 changed files with 695 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 26
versionName "0.1"
versionCode 27
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}