File tree Expand file tree Collapse file tree 5 files changed +293
-129
lines changed Expand file tree Collapse file tree 5 files changed +293
-129
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- buildToolsVersion = " 27 .0.3"
5+ buildToolsVersion = " 28 .0.3"
66 minSdkVersion = 16
7- compileSdkVersion = 27
8- targetSdkVersion = 26
9- supportLibVersion = " 27.1.1 "
7+ compileSdkVersion = 28
8+ targetSdkVersion = 28
9+ supportLibVersion = " 28.0.0 "
1010 }
1111 repositories {
1212 jcenter()
1313 google()
1414 }
1515 dependencies {
16- classpath ' com.android.tools.build:gradle:3.1.4 '
16+ classpath ' com.android.tools.build:gradle:3.3.1 '
1717
1818 // NOTE: Do not place your application dependencies here; they belong
1919 // in the individual module build.gradle files
@@ -32,8 +32,3 @@ allprojects {
3232 }
3333}
3434
35-
36- task wrapper (type : Wrapper ) {
37- gradleVersion = ' 4.4'
38- distributionUrl = distributionUrl. replace(" bin" , " all" )
39- }
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change 1+ /**
2+ * Metro configuration for React Native
3+ * https://github.com/facebook/react-native
4+ *
5+ * @format
6+ */
7+
8+ module . exports = {
9+ transformer : {
10+ getTransformOptions : async ( ) => ( {
11+ transform : {
12+ experimentalImportSupport : false ,
13+ inlineRequires : false ,
14+ } ,
15+ } ) ,
16+ } ,
17+ } ;
You can’t perform that action at this time.
0 commit comments