This repository was archived by the owner on Oct 3, 2024. It is now read-only.
File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.3 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " pub.devrel.easypermissions.sample"
9
9
minSdkVersion 9
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -20,7 +20,7 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- compile ' com.android.support:appcompat-v7:23.4.0 '
23
+ compile ' com.android.support:appcompat-v7:24.2.1 '
24
24
25
25
compile project(' :easypermissions' )
26
26
}
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
2
2
apply from : ' constants.gradle'
3
3
4
4
android {
5
- compileSdkVersion 23
6
- buildToolsVersion " 23 .0.3 "
5
+ compileSdkVersion 24
6
+ buildToolsVersion " 24 .0.2 "
7
7
8
8
defaultConfig {
9
9
minSdkVersion 9
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " $mavenVersion "
13
13
}
@@ -20,9 +20,8 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- compile ' com.android.support:appcompat-v7:23.4.0 '
23
+ compile ' com.android.support:appcompat-v7:24.2.1 '
24
24
}
25
25
26
26
apply from : ' maven.gradle'
27
27
apply from : ' bintray.gradle'
28
-
You can’t perform that action at this time.
0 commit comments