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 6
6
- platform-tools
7
7
- tools # https://github.com/travis-ci/docs-travis-ci-com/issues/779
8
8
- build-tools-25.0.2
9
- - build-tools-24.0.2
10
9
- android-25
11
- - android-24
12
10
- extra-android-support
13
11
- extra-android-m2repository
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
}
20
20
21
21
dependencies {
22
- compile ' com.android.support:appcompat-v7:25.1.0 '
22
+ compile ' com.android.support:appcompat-v7:25.1.1 '
23
23
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
24
24
}
25
25
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 24
5
- buildToolsVersion " 24 .0.2"
4
+ compileSdkVersion 25
5
+ buildToolsVersion " 25 .0.2"
6
6
7
7
defaultConfig {
8
8
applicationId " me.thanel.swipeactionview.sample"
9
9
minSdkVersion 16
10
- targetSdkVersion 24
11
- versionCode 1
12
- versionName " 0.1 "
10
+ targetSdkVersion 25
11
+ versionCode 2
12
+ versionName " 0.2 "
13
13
}
14
14
buildTypes {
15
15
release {
@@ -21,8 +21,8 @@ android {
21
21
22
22
dependencies {
23
23
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'
26
26
27
27
compile project(' :library' )
28
28
}
You can’t perform that action at this time.
0 commit comments