diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-06-22 13:30:43 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-06-22 13:30:43 +0000 |
commit | 0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc (patch) | |
tree | 2e04cd91baac4d7d49aeff598c93c8d7ff9e2296 /app | |
parent | 1686e2d9c37de52c59ab2e6591143a48675f3430 (diff) | |
download | infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar.gz infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar.bz2 infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar.lz infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar.xz infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.tar.zst infinity-for-reddit-0d8c5ed4c38dec7f55c9a204fd950fe86018f4fc.zip |
Version 6.0.2.
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 60d30e77..0da0d0d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdk 21 targetSdk 33 - versionCode 120 - versionName "6.0.1" + versionCode 121 + versionName "6.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { |