Skip to content

Commit

Permalink
mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
iceCola7 committed Oct 31, 2018
1 parent bad6cfe commit be5c6e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 16,
targetSdkVersion : 28,
versionCode : 8,
versionName : "1.0.7"
versionCode : 9,
versionName : "1.0.8"
]

dependVersion = [
Expand Down Expand Up @@ -73,7 +73,7 @@ ext {
"litepal" : 'org.litepal.android:core:2.0.0',
"fab" : 'com.github.clans:fab:1.6.4',
"materialdatetimepicker": 'com.wdullaer:materialdatetimepicker:3.6.4',
"android-autosize" : 'me.jessyan:autosize:0.9.5'
"android-autosize" : 'me.jessyan:autosize:1.0.5'
]

otherDeps = [
Expand Down

0 comments on commit be5c6e4

Please sign in to comment.