Release 1.1.3

This commit is contained in:
Vavassor 2017-05-03 21:49:53 -04:00
parent f313884f7d
commit bdca1d1c94
2 changed files with 3 additions and 2 deletions

1
app/.gitignore vendored
View file

@ -1,2 +1,3 @@
/build /build
app-release.apk app-release.apk
app-google-release.apk

View file

@ -7,8 +7,8 @@ android {
applicationId "com.keylesspalace.tusky" applicationId "com.keylesspalace.tusky"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionCode 15 versionCode 16
versionName "1.1.2" versionName "1.1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true
} }