From 5e96b5a72f0d8aaef899e5f45be9da40250d1774 Mon Sep 17 00:00:00 2001 From: thecodeflayer Date: Sat, 25 Jul 2020 15:20:06 -0600 Subject: [PATCH] Update to 1.1.0 --- README.md | 2 +- app/App_Resources/Android/src/main/AndroidManifest.xml | 4 ++-- app/utils/ModelManager.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2516691..3c4fc8f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First take a look at existing issues and make sure that it hasn't been filed bef ## Installation In order to install on Android you will have to "side-load" the APK from Github. On most modern Android platforms you can follow these steps: 1. Navigate to the latest release page on the Android device you want to install the app on. -Current release is [1.0.0](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.0.0) +Current release is [1.1.0](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.1.0) 2. Under the Assets section, click on the APK file listed on the release page. 3. You will typically receive a warning about APK files harming your device. You will need to confirm download. 4. Once downloaded, click on the downloaded APK file. diff --git a/app/App_Resources/Android/src/main/AndroidManifest.xml b/app/App_Resources/Android/src/main/AndroidManifest.xml index a0f5796..743d416 100644 --- a/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="10021" + android:versionName="1.1.0">