From 30558a36e672c6fe485824b21afa14be251c62cc Mon Sep 17 00:00:00 2001 From: Shabinder Date: Fri, 4 Dec 2020 14:18:13 +0530 Subject: [PATCH] 1.7 crash fixes --- app/build.gradle | 4 ++-- .../shabinder/spotiflyer/database/DownloadRecordDatabase.kt | 2 +- app/src/main/res/xml/app_update.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2844c795..ab7b1e78 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,8 +39,8 @@ android { applicationId 'com.shabinder.spotiflyer' minSdkVersion 22 targetSdkVersion 30 - versionCode 9 - versionName "1.7" + versionCode 10 + versionName "1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/java/com/shabinder/spotiflyer/database/DownloadRecordDatabase.kt b/app/src/main/java/com/shabinder/spotiflyer/database/DownloadRecordDatabase.kt index 17637597..98d84a09 100755 --- a/app/src/main/java/com/shabinder/spotiflyer/database/DownloadRecordDatabase.kt +++ b/app/src/main/java/com/shabinder/spotiflyer/database/DownloadRecordDatabase.kt @@ -22,7 +22,7 @@ import androidx.room.Database import androidx.room.Room import androidx.room.RoomDatabase -@Database(entities = [DownloadRecord::class], version = 1, exportSchema = false) +@Database(entities = [DownloadRecord::class], version = 2, exportSchema = false) abstract class DownloadRecordDatabase:RoomDatabase() { abstract val databaseDAO: DatabaseDAO diff --git a/app/src/main/res/xml/app_update.xml b/app/src/main/res/xml/app_update.xml index 354335fa..1e30a6d9 100755 --- a/app/src/main/res/xml/app_update.xml +++ b/app/src/main/res/xml/app_update.xml @@ -18,8 +18,8 @@ - 1.7 - 9 + 1.8 + 10 https://github.com/Shabinder/SpotiFlyer/releases/ \ No newline at end of file