diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-02 11:13:11 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-02 11:13:11 +0000 |
commit | 88f6d3ae1599333c37c0c1d0bf82fd5563218bbc (patch) | |
tree | 6208b0a5147b00f281150f60672b1425e15bdf7e /app/build.gradle | |
parent | 805017233b144101e6e1f814162508a815a4410a (diff) | |
download | infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar.gz infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar.bz2 infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar.lz infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar.xz infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.tar.zst infinity-for-reddit-88f6d3ae1599333c37c0c1d0bf82fd5563218bbc.zip |
Version 4.1.1-beta1.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4f141794..e6bff599 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 50 - versionName "4.1.0" + versionCode 51 + versionName "4.1.1-beta1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -97,7 +97,7 @@ dependencies { implementation 'com.github.Piasy:BigImageViewer:1.6.5' implementation 'androidx.biometric:biometric:1.1.0-rc01' implementation 'com.airbnb.android:lottie:3.4.4' - //implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2' + implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" |