Commit edcbfb9 1 parent 66fcd6f commit edcbfb9 Copy full SHA for edcbfb9
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ environment:
2
2
ANDROID_HOME : " C:\\ android-sdk-windows"
3
3
ANDROID_NDK : " C:\\ android-sdk-windows\\ android-ndk-r19c"
4
4
ANDROID_BUILD_VERSION : 28
5
- ANDROID_TOOLS_VERSION : 28 .0.3
5
+ ANDROID_TOOLS_VERSION : 29 .0.2
6
6
7
7
GRADLE_OPTS : -Dorg.gradle.daemon=false
8
8
Original file line number Diff line number Diff line change 14
14
# and build a Android application that can be used to run the
15
15
# tests specified in the scripts/ directory.
16
16
#
17
- FROM reactnativecommunity/react-native-android:2019-9-4
17
+ FROM reactnativecommunity/react-native-android:2019-10-18
18
18
19
19
LABEL Description="React Native Android Test Image"
20
20
LABEL maintainer="Héctor Ramos <
[email protected] >"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ executors:
23
23
reactnativeandroid :
24
24
<< : *defaults
25
25
docker :
26
- - image : reactnativecommunity/react-native-android:2019-9-4
26
+ - image : reactnativecommunity/react-native-android:2019-10-18
27
27
resource_class : " large"
28
28
environment :
29
29
- TERM : " dumb"
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ task extractJNIFiles {
374
374
}
375
375
376
376
android {
377
- compileSdkVersion 28
377
+ compileSdkVersion 29
378
378
379
379
compileOptions {
380
380
sourceCompatibility(JavaVersion . VERSION_1_8 )
Original file line number Diff line number Diff line change 4
4
5
5
# # ANDROID ##
6
6
# Android SDK Build Tools revision
7
- export ANDROID_SDK_BUILD_TOOLS_REVISION = 28 .0.3
7
+ export ANDROID_SDK_BUILD_TOOLS_REVISION = 29 .0.2
8
8
# Android API Level we build with
9
9
export ANDROID_SDK_BUILD_API_LEVEL = " 28"
10
10
# Google APIs for Android level
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- buildToolsVersion = " 28 .0.3 "
5
+ buildToolsVersion = " 29 .0.2 "
6
6
minSdkVersion = 16
7
- compileSdkVersion = 28
8
- targetSdkVersion = 28
7
+ compileSdkVersion = 29
8
+ targetSdkVersion = 29
9
9
}
10
10
repositories {
11
11
google()
You can’t perform that action at this time.
0 commit comments