diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 22:13:53 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 22:13:53 -0600 |
commit | 380189d5030f16391acaab023cdd39aacd94ac0e (patch) | |
tree | 8630d85b2c94ef6e6e04e6f8f606b87b3355961a | |
parent | 4c494384615ea507ca19fc7a1b236d37667d24ac (diff) | |
download | wiimmfi-watcher-380189d5030f16391acaab023cdd39aacd94ac0e.tar wiimmfi-watcher-380189d5030f16391acaab023cdd39aacd94ac0e.tar.gz wiimmfi-watcher-380189d5030f16391acaab023cdd39aacd94ac0e.tar.bz2 |
had to change the version code :p1.1
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | app/build.gradle | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -8,4 +8,5 @@ .externalNativeBuild .cxx local.properties - +/app/release +/app/build diff --git a/app/build.gradle b/app/build.gradle index 0b0bca4..6d97081 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "me.brysonsteck.wiimmfiwatcher" minSdkVersion 19 targetSdkVersion 30 - versionCode 1 + versionCode 2 versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |