diff options
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index fab2da39..053f0f7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 70 - versionName "4.3.4" + versionCode 80 + versionName "5.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -174,11 +174,10 @@ dependencies { implementation 'com.github.FunkyMuse:Crashy:1.1.0' //implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" + //annotationProcessor "androidx.lifecycle:compiler:2.2.0" implementation 'androidx.palette:palette:1.0.0' - implementation 'com.tinder.scarlet:scarlet:0.1.12' - /**** Builds and flavors ****/ // debugImplementation because LeakCanary should only run in debug builds. |