Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit f02dc31

Browse files
Update to android-24
1 parent 5b6d8c7 commit f02dc31

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 24
5+
buildToolsVersion "24.0.2"
66

77
defaultConfig {
88
applicationId "pub.devrel.easypermissions.sample"
99
minSdkVersion 9
10-
targetSdkVersion 23
10+
targetSdkVersion 24
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:23.4.0'
23+
compile 'com.android.support:appcompat-v7:24.2.1'
2424

2525
compile project(':easypermissions')
2626
}

easypermissions/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply from: 'constants.gradle'
33

44
android {
5-
compileSdkVersion 23
6-
buildToolsVersion "23.0.3"
5+
compileSdkVersion 24
6+
buildToolsVersion "24.0.2"
77

88
defaultConfig {
99
minSdkVersion 9
10-
targetSdkVersion 23
10+
targetSdkVersion 24
1111
versionCode 1
1212
versionName "$mavenVersion"
1313
}
@@ -20,9 +20,8 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:23.4.0'
23+
compile 'com.android.support:appcompat-v7:24.2.1'
2424
}
2525

2626
apply from: 'maven.gradle'
2727
apply from: 'bintray.gradle'
28-

0 commit comments

Comments
 (0)