Skip to content

Commit

Permalink
update buildTools version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay committed Jul 18, 2024
1 parent b184af5 commit e5dff6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
buildToolsVersion = "33.0.0"
buildToolsVersion = "34.0.0"
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
Expand Down
17 changes: 17 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,20 @@ newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true

# It as advised against updating agp/kotlin version outside of React Native
# updates: https://github.com/facebook/react-native/issues/36974#issuecomment-1516829016.
# Update to SDK 34 but supress error message for now as builds will continue
# to work.
#
# WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
#
# This Android Gradle plugin (7.4.1) was tested up to compileSdk = 33
#
# This warning can be suppressed by adding
# android.suppressUnsupportedCompileSdk=34
# to this project's gradle.properties
#
# The build will continue, but you are strongly encouraged to update your project to
# use a newer Android Gradle Plugin that has been tested with compileSdk = 34
android.suppressUnsupportedCompileSdk=34

0 comments on commit e5dff6f

Please sign in to comment.