diff --git a/.travis.yml b/.travis.yml index 738f6671..b8b9676e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,6 @@ cache: deploy: provider: releases api_key: ${GH_TOKEN} - file: - - $HOME/app/build/outputs/* skip_cleanup: true on: tags: true diff --git a/app/build.gradle b/app/build.gradle index f3934387..4041564e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.cyl.musiclake" minSdkVersion 21 targetSdkVersion 28 - versionCode 30 - versionName "4.5.0" + versionCode 31 + versionName "5.0.0" multiDexEnabled true android.compileOptions.sourceCompatibility 1.8 android.compileOptions.targetCompatibility 1.8 diff --git a/app/src/main/assets/litepal.xml b/app/src/main/assets/litepal.xml index 3ea697bf..7b893ec9 100644 --- a/app/src/main/assets/litepal.xml +++ b/app/src/main/assets/litepal.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <litepal> <dbname value="musiclake1" /> - <version value="10" /> + <version value="11" /> <list> <mapping class="com.cyl.musiclake.bean.Music" /> <mapping class="com.cyl.musiclake.bean.Playlist" />