Skip to content

Commit 9747213

Browse files
authored
Bugfix/android sdk update (#190)
* Update android build version * Fix babelrc in example app
1 parent 7034c22 commit 9747213

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/AndroidExample/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["module:metro-react-native-babel-preset"]
2+
"presets": ["react-native"]
33
}

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ buildscript {
1212
apply plugin: 'com.android.library'
1313

1414
android {
15-
compileSdkVersion 23
16-
buildToolsVersion '26.0.2'
17-
15+
compileSdkVersion 27
16+
buildToolsVersion '27.0.2'
17+
1818
defaultConfig {
1919
minSdkVersion 16
20-
targetSdkVersion 22
20+
targetSdkVersion 26
2121
versionCode 1
2222
versionName "1.0"
2323
manifestPlaceholders = [

0 commit comments

Comments
 (0)