update buildscript

This commit is contained in:
feruz 2021-07-31 10:03:17 +03:00
parent a283549f89
commit f197148e7f
2 changed files with 3 additions and 5 deletions

View File

@ -80,7 +80,6 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "index.js",
enableHermes: true, // clean and rebuild if changing
]
@ -235,7 +234,6 @@ task copyDownloadableDepsToLibs(type: Copy) {
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle"
apply plugin: "com.bugsnag.android.gradle"
bugsnag {

View File

@ -16,8 +16,8 @@ buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
googlePlayServicesVisionVersion = "17.0.2"
googlePlayServicesVersion = "16.+"
firebaseVersion = "17.3.4"
@ -27,7 +27,7 @@ buildscript {
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:4.1.1')
classpath('com.android.tools.build:gradle:4.1.0')
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