-
Notifications
You must be signed in to change notification settings - Fork 734
Upgrade to rn65 #1604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to rn65 #1604
Changes from all commits
a5dbf6b
85cb7a2
4e10a12
fc1fd3d
489384c
dd99884
b74962f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,21 @@ | |
|
||
buildscript { | ||
ext { | ||
buildToolsVersion = "29.0.3" | ||
buildToolsVersion = "30.0.2" | ||
minSdkVersion = 21 | ||
compileSdkVersion = 29 | ||
targetSdkVersion = 29 | ||
compileSdkVersion = 30 | ||
targetSdkVersion = 30 | ||
ndkVersion = "20.1.5948944" | ||
RNNKotlinVersion = "1.3.61" // Or any version above 1.3.x | ||
} | ||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
google() | ||
jcenter() | ||
} | ||
dependencies { | ||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$RNNKotlinVersion" | ||
classpath("com.android.tools.build:gradle:4.1.0") | ||
classpath("com.android.tools.build:gradle:4.2.1") | ||
|
||
// NOTE: Do not place your application dependencies here; they belong | ||
// in the individual module build.gradle files | ||
|
@@ -26,6 +25,7 @@ buildscript { | |
|
||
allprojects { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess we can remove the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I removed and brought it back, cause without this one there's an issue during Android build |
||
repositories { | ||
mavenCentral() | ||
mavenLocal() | ||
maven { | ||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentionally removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just override the whole new file of .flowconfig.
TBH, it's irrelevant because we don't use flow in our project anyway.. it doesn't really matter