diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-05-22 15:19:51 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-05-22 15:19:51 +0000 |
commit | e4f25cc8281f1033c2aad49f44c5ad7062d666d2 (patch) | |
tree | 2e2bcfe02037ba4c8d47b17d98d99ccebbe1be9c /app/build.gradle | |
parent | 7cac39e14e6d31a7a16a9e9c81d5397469f42b5c (diff) | |
download | infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.gz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.bz2 infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.lz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.xz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.zst infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.zip |
Version 4.3.1. Restore changes in ViewVideoActivity to fix a bug that video continues playing in the background after exiting. Rename Swipe Vertically to Go Back From Media to Swipe Vertically to Go Back From Image and Gif.
Diffstat (limited to '')
-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 acac2574..b6169e75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 66 - versionName "4.3.0" + versionCode 67 + versionName "4.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { |