Version Bumped.

This commit is contained in:
Shabinder 2020-11-10 17:39:33 +05:30
parent b39c581458
commit 0ce095979a
2 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ android {
applicationId 'com.shabinder.spotiflyer' applicationId 'com.shabinder.spotiflyer'
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 29 targetSdkVersion 29
versionCode 7 versionCode 8
versionName "1.5.1" versionName "1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
packagingOptions { packagingOptions {

View File

@ -18,8 +18,8 @@
<AppUpdater> <AppUpdater>
<update> <update>
<latestVersion>1.5.1</latestVersion> <latestVersion>1.6</latestVersion>
<latestVersionCode>7</latestVersionCode> <latestVersionCode>8</latestVersionCode>
<url>https://github.com/Shabinder/SpotiFlyer/releases/download/1.5/SpotiFlyer-v1.5.apk</url> <url>https://github.com/Shabinder/SpotiFlyer/releases/</url>
</update> </update>
</AppUpdater> </AppUpdater>