File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 66 - platform-tools
77 - tools # https://github.com/travis-ci/docs-travis-ci-com/issues/779
88 - build-tools-25.0.2
9- - build-tools-24.0.2
109 - android-25
11- - android-24
1210 - extra-android-support
1311 - extra-android-m2repository
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
1919}
2020
2121dependencies {
22- compile ' com.android.support:appcompat-v7:25.1.0 '
22+ compile ' com.android.support:appcompat-v7:25.1.1 '
2323 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
2424}
2525
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 24
5- buildToolsVersion " 24 .0.2"
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2"
66
77 defaultConfig {
88 applicationId " me.thanel.swipeactionview.sample"
99 minSdkVersion 16
10- targetSdkVersion 24
11- versionCode 1
12- versionName " 0.1 "
10+ targetSdkVersion 25
11+ versionCode 2
12+ versionName " 0.2 "
1313 }
1414 buildTypes {
1515 release {
@@ -21,8 +21,8 @@ android {
2121
2222dependencies {
2323 compile fileTree(include : [' *.jar' ], dir : ' libs' )
24- compile ' com.android.support:appcompat-v7:24.2 .1'
25- compile ' com.android.support:cardview-v7:24.2 .1'
24+ compile ' com.android.support:appcompat-v7:25.1 .1'
25+ compile ' com.android.support:cardview-v7:25.1 .1'
2626
2727 compile project(' :library' )
2828}
You can’t perform that action at this time.
0 commit comments