Skip to content

Commit

Permalink
build(deps): bump android gradle plugin to 7.0.0 / gradle to 7.1.1
Browse files Browse the repository at this point in the history
- requires react-native cli workaround (fixed upstream unreleased)
- requires a removal of buck build stanza from template app/build.gradle (buck unused, it's fine)
  • Loading branch information
mikehardy committed Jul 31, 2021
1 parent b2a64e6 commit 99ec5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:4.1.3")
classpath("com.android.tools.build:gradle:7.0.0")
}
}
}
Expand Down

0 comments on commit 99ec5dc

Please sign in to comment.