mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-25 08:20:56 +01:00
Release 1.1.3
This commit is contained in:
parent
f313884f7d
commit
bdca1d1c94
1
app/.gitignore
vendored
1
app/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/build
|
/build
|
||||||
app-release.apk
|
app-release.apk
|
||||||
|
app-google-release.apk
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user