Skip to content

Commit e7e9965

Browse files
authored
feat: Bump react-native to 0.63 (#248)
- Updated templates to use 0.63 - Android: Bumped Android Gradle plugin to 4.0.1 - macOS: Declare support for react-native-macos 0.63
1 parent e383aad commit e7e9965

21 files changed

Lines changed: 3098 additions & 2583 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.gradle/
66
.idea/
77
.vs/
8+
.watchman-*
89
.yarn-offline-mirror/
910
Pods/
1011
clang-format-diff.py

android/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def hermesEngineDir =
1010
def hermesAndroidDir = "$hermesEngineDir/android"
1111

1212
buildscript {
13-
ext.kotlinVersion = "1.3.72"
13+
ext.kotlinVersion = "1.4.10"
1414

1515
def buildscriptDir = buildscript.sourceFile.getParent()
1616
apply from: "$buildscriptDir/../test-app-util.gradle"
@@ -22,7 +22,7 @@ buildscript {
2222

2323
dependencies {
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
25-
classpath "com.android.tools.build:gradle:3.6.4"
25+
classpath "com.android.tools.build:gradle:4.0.1"
2626
}
2727
}
2828

@@ -104,15 +104,15 @@ dependencies {
104104

105105
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
106106
implementation "androidx.appcompat:appcompat:1.2.0"
107-
implementation "androidx.core:core-ktx:1.3.1"
107+
implementation "androidx.core:core-ktx:1.3.2"
108108
implementation "androidx.recyclerview:recyclerview:1.1.0"
109109
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
110110
implementation "com.google.android.material:material:1.2.1"
111111

112-
implementation("com.squareup.moshi:moshi-kotlin:1.9.2")
113-
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.9.2")
112+
implementation("com.squareup.moshi:moshi-kotlin:1.11.0")
113+
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
114114

115-
testImplementation "junit:junit:4.13"
115+
testImplementation "junit:junit:4.13.1"
116116
androidTestImplementation "androidx.test.ext:junit:1.1.2"
117117
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
118118

4.76 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Aug 10 11:12:44 CEST 2020
1+
#Fri Nov 20 09:40:42 CET 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip

android/gradlew

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/gradlew.bat

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/react-native-build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.6.4'
8-
classpath 'de.undercouch:gradle-download-task:4.0.4'
7+
classpath 'com.android.tools.build:gradle:4.0.1'
8+
classpath 'de.undercouch:gradle-download-task:4.1.1'
99
}
1010
}
1111

4.76 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Mar 13 12:53:57 CET 2020
1+
#Fri Nov 20 09:40:42 CET 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip

example/android/gradlew

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)