File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,7 @@ android {
3535 defaultConfig {
3636 minSdkVersion project. ext. min_sdk_version
3737 targetSdkVersion project. ext. target_sdk_version
38- versionCode 1
39- versionName " 1.0"
40- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
38+ testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
4139 multiDexEnabled true
4240 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
4341 buildConfigField " Long" , " ADB_COMMAND_TIMEOUT_MILLISECONDS" , ADB_COMMAND_TIMEOUT_MILLISECONDS
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ buildscript {
2626 mavenCentral()
2727 }
2828 dependencies {
29- classpath(" com.android.tools.build:gradle:7.0.4 " )
29+ classpath(' com.android.tools.build:gradle:7.1.1 ' )
3030 classpath(" com.facebook.react:react-native-gradle-plugin" )
3131 classpath(" de.undercouch:gradle-download-task:4.1.2" )
3232 // NOTE: Do not place your application dependencies here; they belong
@@ -37,7 +37,7 @@ buildscript {
3737allprojects {
3838 repositories {
3939 maven {
40- // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm; app and library
40+ // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm; app and library
4141 // versions are allowed to differ, hence two different react-native includes
4242 url(" $rootDir /../../node_modules/react-native/android" )
4343 }
You can’t perform that action at this time.
0 commit comments