Skip to content

Commit

Permalink
chore: bump AGP version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Jul 28, 2022
1 parent 12b704a commit 92a801b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ android {
defaultConfig {
minSdkVersion project.ext.min_sdk_version
targetSdkVersion project.ext.target_sdk_version
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
buildConfigField "Long", "ADB_COMMAND_TIMEOUT_MILLISECONDS", ADB_COMMAND_TIMEOUT_MILLISECONDS
Expand Down
6 changes: 1 addition & 5 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.1.1")
classpath("com.facebook.react:react-native-gradle-plugin")
<<<<<<< HEAD
classpath("de.undercouch:gradle-download-task:5.0.1")

=======
classpath("de.undercouch:gradle-download-task:4.1.2")
>>>>>>> feat: migrate to new rn architecture
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -38,7 +34,7 @@ buildscript {
allprojects {
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm; app and library
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm; app and library
// versions are allowed to differ, hence two different react-native includes
url("$rootDir/../../node_modules/react-native/android")
}
Expand Down

0 comments on commit 92a801b

Please sign in to comment.