Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyonglong committed Apr 27, 2019
1 parent 03fcd28 commit b2fe02c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ cache:
deploy:
provider: releases
api_key: ${GH_TOKEN}
file:
- $HOME/app/build/outputs/*
skip_cleanup: true
on:
tags: true
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/litepal.xml
Original file line number Diff line number Diff line change
@@ -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" />
Expand Down

0 comments on commit b2fe02c

Please sign in to comment.