From 207151941495a6d3f8262deda68b0dc253eb0093 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Mon, 15 Feb 2021 17:32:53 -0700 Subject: [PATCH] Increment Version Code [Resolves #2] Actually increment the version code, which was something I didnt know I had to do. This resolves issue #2. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3ecd705d8..644a6c794 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "org.oxycblt.auxio" minSdkVersion 21 targetSdkVersion 30 - versionCode 1 + versionCode 120 versionName "1.2.0" buildFeatures {