From c33a2b1a042226378cb4f4edceccea6c0e3d4d44 Mon Sep 17 00:00:00 2001 From: Adamantcheese Date: Sun, 9 Jun 2019 12:37:02 -0700 Subject: [PATCH] v4.2.3 --- Kuroba/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kuroba/app/build.gradle b/Kuroba/app/build.gradle index 05ca58f568..fe06d0735d 100644 --- a/Kuroba/app/build.gradle +++ b/Kuroba/app/build.gradle @@ -16,8 +16,8 @@ android { //bump the MINOR (YY) version when there are compatible changes between versions (ie database changes) //or if there are big application level changes like tearing out/adding major features //bump the PATCH (ZZ) version otherwise, for anything small - versionCode 40202 - versionName "v4.2.2" + versionCode 40203 + versionName "v4.2.3" applicationId "com.github.adamantcheese.chan" //this is your update endpoint, change it to your repository