Skip to content

Commit

Permalink
Make sure template is consuming the right buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 6, 2023
1 parent cc2791e commit 62bb2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/configurations/top_level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ references:
android-defaults: &android-defaults
working_directory: ~/react-native
docker:
- image: reactnativecommunity/react-native-android:v11.0
- image: reactnativecommunity/react-native-android:v12.0
environment:
- TERM: "dumb"
- GRADLE_OPTS: '-Dorg.gradle.daemon=false'
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'

android {
ndkVersion rootProject.ext.ndkVersion

buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion

namespace "com.helloworld"
Expand Down

0 comments on commit 62bb2af

Please sign in to comment.