summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-04-04 20:44:39 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-04-04 20:44:39 -0700
commitdabe1821e65216572447e88bc72fb6af4b8a4859 (patch)
tree6a1c5145d341784789d61834b37cb7e98e3c2cb7 /app
parenta3d9be3f054b9c618554e2efed6b5649ae1b775e (diff)
Update version code
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0701588..d002830 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
applicationId "com.draco.buoy"
minSdk 26
targetSdk 30
- versionCode 3
- versionName "1.0.2"
+ versionCode 4
+ versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}