From 0ce095979a2ef422e51e5a93deef1ab8591f0c8e Mon Sep 17 00:00:00 2001 From: Shabinder Date: Tue, 10 Nov 2020 17:39:33 +0530 Subject: [PATCH] Version Bumped. --- app/build.gradle | 4 ++-- app/src/main/res/xml/app_update.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7efce010..86a31347 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId 'com.shabinder.spotiflyer' minSdkVersion 22 targetSdkVersion 29 - versionCode 7 - versionName "1.5.1" + versionCode 8 + versionName "1.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } packagingOptions { diff --git a/app/src/main/res/xml/app_update.xml b/app/src/main/res/xml/app_update.xml index 9be85832..4417913b 100755 --- a/app/src/main/res/xml/app_update.xml +++ b/app/src/main/res/xml/app_update.xml @@ -18,8 +18,8 @@ - 1.5.1 - 7 - https://github.com/Shabinder/SpotiFlyer/releases/download/1.5/SpotiFlyer-v1.5.apk + 1.6 + 8 + https://github.com/Shabinder/SpotiFlyer/releases/ \ No newline at end of file