diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-10-06 01:14:54 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-10-06 01:14:54 +0000 |
commit | f36cef5954ee0c7f0cd7ae74921cbfb328063789 (patch) | |
tree | eb7d4e16b2fa3502a40c959cf284bb6f8b58cee2 /app | |
parent | 2a2270155d447a9a0412c172f85e74260b25306f (diff) | |
download | infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar.gz infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar.bz2 infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar.lz infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar.xz infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.tar.zst infinity-for-reddit-f36cef5954ee0c7f0cd7ae74921cbfb328063789.zip |
Version 1.2.1
Diffstat (limited to 'app')
-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 d1a8fe17..1d34ef48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 14 - versionName "1.2.0" + versionCode 15 + versionName "1.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { |