diff --git a/app/build.gradle b/app/build.gradle index 9886c543d..b0f671d98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 21 targetSdkVersion 28 - versionCode 62 - versionName "7.1" + versionCode 63 + versionName "8.0 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -154,7 +154,7 @@ dependencies { //Glide implementation 'com.github.bumptech.glide:glide: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 implementation 'androidx.core:core-ktx:1.2.0-alpha01'