This commit is contained in:
feruz 2021-07-31 09:39:07 +03:00
parent 4f7822f4c6
commit a283549f89
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "index.js",
enableHermes: true, // clean and rebuild if changing
]

View File

@ -27,7 +27,7 @@ buildscript {
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:3.5.2')
classpath('com.android.tools.build:gradle:4.1.1')
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.+'
// NOTE: Do not place your application dependencies here; they belong