Release 63
This commit is contained in:
parent
707f3e605c
commit
8576006cb9
|
@ -18,8 +18,8 @@ android {
|
||||||
applicationId "com.keylesspalace.tusky"
|
applicationId "com.keylesspalace.tusky"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 62
|
versionCode 63
|
||||||
versionName "7.1"
|
versionName "8.0 beta 1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ dependencies {
|
||||||
//Glide
|
//Glide
|
||||||
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
||||||
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
|
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
|
||||||
implementation 'jp.wasabeef:glide-transformations:4.0.1'
|
implementation 'jp.wasabeef:glide-transformations:3.1.1' // intentionally use 3.x version because of 2mb smaller apk
|
||||||
|
|
||||||
//Add some useful extensions
|
//Add some useful extensions
|
||||||
implementation 'androidx.core:core-ktx:1.2.0-alpha01'
|
implementation 'androidx.core:core-ktx:1.2.0-alpha01'
|
||||||
|
|
Loading…
Reference in New Issue