File tree 7 files changed +16
-14
lines changed
7 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : android
2
+ jdk :
3
+ - oraclejdk8
2
4
android :
3
5
components :
4
6
- platform-tools
5
7
- tools
6
- - build-tools-23 .0.3
7
- - android-23
8
+ - build-tools-24 .0.0
9
+ - android-24
8
10
- extra-google-google_play_services
9
11
- extra-google-m2repository
10
12
- extra-android-m2repository
11
- - addon-google_apis-google-23
13
+ - addon-google_apis-google-24
12
14
licenses :
13
15
- ' android-sdk-preview-license-52d11cd2'
14
16
- ' android-sdk-license-.+'
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ apply plugin: 'com.neenbedankt.android-apt'
3
3
apply from : " ../common/constants.gradle"
4
4
5
5
android {
6
- compileSdkVersion 23
6
+ compileSdkVersion 24
7
7
buildToolsVersion " ${ project.ext.buildtools} "
8
8
9
9
defaultConfig {
10
10
applicationId " com.firebase.uidemo"
11
11
minSdkVersion 16
12
- targetSdkVersion 23
12
+ targetSdkVersion 24
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
}
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' checkstyle'
3
3
4
4
android {
5
- compileSdkVersion 23
5
+ compileSdkVersion 24
6
6
buildToolsVersion " ${ project.ext.buildtools} "
7
7
8
8
defaultConfig {
9
9
minSdkVersion 16
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ allprojects { project ->
52
52
// So that we can resolve 'android' variable
53
53
project. apply plugin : ' com.android.library'
54
54
android {
55
- compileSdkVersion 23
55
+ compileSdkVersion 24
56
56
buildToolsVersion " ${ project.ext.buildtools} "
57
57
}
58
58
Original file line number Diff line number Diff line change 1
1
project. ext. firebase_version = ' 9.0.2'
2
- project. ext. support_library_version = ' 23.4 .0'
2
+ project. ext. support_library_version = ' 24.0 .0'
3
3
4
4
project. ext. submodules = [' database' , ' auth' ]
5
5
project. ext. group = " com.firebaseui"
6
6
project. ext. version = ' 0.4.1'
7
7
project. ext. pomdesc = ' Firebase UI Android'
8
- project. ext. buildtools = ' 23 .0.3 '
8
+ project. ext. buildtools = ' 24 .0.0 '
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 23
4
+ compileSdkVersion 24
5
5
buildToolsVersion " ${ project.ext.buildtools} "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 9
9
- targetSdkVersion 23
9
+ targetSdkVersion 24
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 23
4
+ compileSdkVersion 24
5
5
buildToolsVersion " ${ project.ext.buildtools} "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 23
9
+ targetSdkVersion 24
10
10
versionCode 1
11
11
versionName " 0.3.1"
12
12
}
You can’t perform that action at this time.
0 commit comments