diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-09 22:43:55 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-09 22:43:55 -0600 |
commit | 8ecb977629189f0bad5c223a7815ec4f323470d2 (patch) | |
tree | 60c0e9b62338703fa30c3f8cc3d68802efe49512 /app/build.gradle | |
parent | 2abb9ca5578efa6e73d2bca8fdb7338752754ea7 (diff) | |
download | wiimmfi-watcher-8ecb977629189f0bad5c223a7815ec4f323470d2.tar wiimmfi-watcher-8ecb977629189f0bad5c223a7815ec4f323470d2.tar.gz wiimmfi-watcher-8ecb977629189f0bad5c223a7815ec4f323470d2.tar.bz2 |
added new update checker, need to implement into ui
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 20b68a8..3e0d1a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "me.brysonsteck.wiimmfiwatcher" minSdkVersion 19 targetSdkVersion 30 - versionCode 5 - versionName "1.1.3" + versionCode 6 + versionName "1.1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -33,6 +33,7 @@ android { } dependencies { + implementation 'com.google.code.gson:gson:2.8.6' def lifecycle_version = "2.3.1" // ViewModel |