Skip to content
This repository was archived by the owner on Nov 25, 2017. It is now read-only.

Commit 2f58db3

Browse files
committed
Update Version
1 parent 7e78327 commit 2f58db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "one.codehz.container"
99
minSdkVersion 22
1010
targetSdkVersion 25
11-
versionCode 8
12-
versionName "0.857142857142"
11+
versionCode 9
12+
versionName "0.857142857142 hotfix"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {
@@ -33,7 +33,7 @@ dependencies {
3333
compile 'com.android.support:palette-v7:25.2.0'
3434
compile 'com.android.support:design:25.2.0'
3535
compile 'commons-io:commons-io:2.5'
36-
compile 'com.takisoft.fix:preference-v7:25.1.1.0'
36+
compile 'com.takisoft.fix:preference-v7:25.2.0.0'
3737
compile project(':lib')
3838
testCompile 'junit:junit:4.12'
3939
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

0 commit comments

Comments
 (0)