aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-30 16:53:09 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-30 16:53:09 -0600
commit1ed362fdcac42fd2c18d1b580c8e20196564ba47 (patch)
treebe3891c2d1a6c7308e2a7f8b4c95251c4a230754 /app/build.gradle
parent72da66ee0a0c4458f779581245d9ee3d9500f4cb (diff)
downloadwiimmfi-watcher-1ed362fdcac42fd2c18d1b580c8e20196564ba47.tar
wiimmfi-watcher-1ed362fdcac42fd2c18d1b580c8e20196564ba47.tar.gz
wiimmfi-watcher-1ed362fdcac42fd2c18d1b580c8e20196564ba47.tar.bz2
fixed about fragment license text error, added margins to watchcodesfragment
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d0d4a21..20b68a8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
applicationId "me.brysonsteck.wiimmfiwatcher"
minSdkVersion 19
targetSdkVersion 30
- versionCode 4
- versionName "1.1.2"
+ versionCode 5
+ versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}