From d741cc598116a0573bedb05743b6c801597fdce4 Mon Sep 17 00:00:00 2001 From: thecodeflayer Date: Wed, 12 Aug 2020 06:48:21 -0600 Subject: [PATCH] Update to 1.2.0 --- README.md | 2 +- app/App_Resources/Android/src/main/AndroidManifest.xml | 4 ++-- app/utils/ModelManager.ts | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb288d8..32687dd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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.1.1](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.1.1) +Current release is [1.2.0](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.2.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 f9c4b84..553919a 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="10023" + android:versionName="1.2.0">