Browse Source

Release 49

pull/839/head v3.1
Conny Duck 8 years ago
parent
commit
e86689013d
  1. 4
      app/build.gradle

4
app/build.gradle

@ -19,8 +19,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 19
targetSdkVersion 27
versionCode 48
versionName "3.0"
versionCode 49
versionName "3.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}

Loading…
Cancel
Save