Skip to content

Commit 088dcf3

Browse files
committed
chore: bump AGP version
1 parent f4d9e3b commit 088dcf3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
3737
allprojects {
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
}

0 commit comments

Comments
 (0)