Skip to content

Commit b2fe02c

Browse files
committed
更新版本号
1 parent 03fcd28 commit b2fe02c

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ cache:
2929
deploy:
3030
provider: releases
3131
api_key: ${GH_TOKEN}
32-
file:
33-
- $HOME/app/build/outputs/*
3432
skip_cleanup: true
3533
on:
3634
tags: true

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "com.cyl.musiclake"
2121
minSdkVersion 21
2222
targetSdkVersion 28
23-
versionCode 30
24-
versionName "4.5.0"
23+
versionCode 31
24+
versionName "5.0.0"
2525
multiDexEnabled true
2626
android.compileOptions.sourceCompatibility 1.8
2727
android.compileOptions.targetCompatibility 1.8

app/src/main/assets/litepal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<litepal>
33
<dbname value="musiclake1" />
4-
<version value="10" />
4+
<version value="11" />
55
<list>
66
<mapping class="com.cyl.musiclake.bean.Music" />
77
<mapping class="com.cyl.musiclake.bean.Playlist" />

0 commit comments

Comments
 (0)