소스 검색

Bump gradle plugin versions

Guy Carmeli 5 년 전
부모
커밋
37e23b8f3a

+ 1
- 1
playground/android/app/build.gradle 파일 보기

49
     resolutionStrategy.eachDependency { DependencyResolveDetails details ->
49
     resolutionStrategy.eachDependency { DependencyResolveDetails details ->
50
         def requested = details.requested
50
         def requested = details.requested
51
         if (requested.group == 'com.android.support') {
51
         if (requested.group == 'com.android.support') {
52
-            details.useVersion "26.1.0"
52
+            details.useVersion "28.0.0"
53
         }
53
         }
54
     }
54
     }
55
 }
55
 }

+ 1
- 1
playground/android/build.gradle 파일 보기

8
         jcenter()
8
         jcenter()
9
     }
9
     }
10
     dependencies {
10
     dependencies {
11
-        classpath 'com.android.tools.build:gradle:3.1.3'
11
+        classpath 'com.android.tools.build:gradle:3.2.1'
12
 
12
 
13
         // NOTE: Do not place your application dependencies here; they belong
13
         // NOTE: Do not place your application dependencies here; they belong
14
         // in the individual module build.gradle files
14
         // in the individual module build.gradle files

+ 0
- 4
playground/android/gradle.properties 파일 보기

19
 # org.gradle.parallel=true
19
 # org.gradle.parallel=true
20
 
20
 
21
 android.useDeprecatedNdk=false
21
 android.useDeprecatedNdk=false
22
-# Disable incremental resource processing as it broke relase build
23
-# https://github.com/react-community/react-navigation/issues/1976
24
-# https://developer.android.com/studio/build/gradle-plugin-3-0-0.html
25
-android.enableAapt2=false

+ 1
- 1
playground/android/gradle/wrapper/gradle-wrapper.properties 파일 보기

3
 distributionPath=wrapper/dists
3
 distributionPath=wrapper/dists
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
 zipStorePath=wrapper/dists
5
 zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip