From 2c03eb8d15e40a8fc949a07a3a46e5f829674d61 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 29 Jul 2020 14:24:27 +0800 Subject: Version 4.0.1. Block users. Show report menu item even in anonymous mode. Remove Crashy. --- app/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index f33760bd..9bed2fff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 36 - versionName "4.0.0" + versionCode 37 + versionName "4.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -94,10 +94,6 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" - // androidX startup for auto-init - implementation "androidx.startup:startup-runtime:1.0.0-alpha01" - //crashy - implementation 'com.github.CraZyLegenD:Crashy:1.0.5' implementation 'com.github.Piasy:BigImageViewer:1.6.5' def toroVersion = '3.7.0.2010003' -- cgit v1.2.3