diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-20 00:33:07 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-20 00:33:07 +0000 |
commit | 01f15625a315c5839e0fcc3a9e794e24a996f2ce (patch) | |
tree | 3f785c7ac859f0528be38fcf77ce1610beff84e4 /app/build.gradle | |
parent | 840a10f636dbeeeaaba45e6d3eb274e0865a58c3 (diff) | |
download | infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar.gz infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar.bz2 infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar.lz infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar.xz infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.tar.zst infinity-for-reddit-01f15625a315c5839e0fcc3a9e794e24a996f2ce.zip |
Version 4.1.0-beta2.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index ccb12c3b..993f9118 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 44 - versionName "4.1.0-beta1" + versionCode 45 + versionName "4.1.0-beta2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { |