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'
minSdkVersion 22
targetSdkVersion 29
versionCode 7
versionName "1.5.1"
versionCode 8
versionName "1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
packagingOptions {

View File

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