Release 1.1.3
This commit is contained in:
parent
f313884f7d
commit
bdca1d1c94
2 changed files with 3 additions and 2 deletions
1
app/.gitignore
vendored
1
app/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/build
|
||||
app-release.apk
|
||||
app-google-release.apk
|
||||
|
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "com.keylesspalace.tusky"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 25
|
||||
versionCode 15
|
||||
versionName "1.1.2"
|
||||
versionCode 16
|
||||
versionName "1.1.3"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue