Skip to content

Commit

Permalink
[RNMobile] Upgrade compileSdkVersion to 34 (Android) (#54437)
Browse files Browse the repository at this point in the history
* Upgrade `compileSdkVersion` to 34

* Bump AztecAndroid version
  • Loading branch information
fluiddot authored Sep 25, 2023
1 parent 77a2a99 commit bfd3bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-aztec/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
espressoVersion = '3.0.1'

// libs
aztecVersion = 'v1.6.4'
aztecVersion = 'v1.8.0'
wordpressUtilsVersion = '3.3.0'

// main
Expand Down Expand Up @@ -49,7 +49,7 @@ List<String> dirs = [
android {
namespace "org.wordpress.mobile.ReactNativeAztec"

compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
// File reference: `react-native-bridge/android/react-native-bridge/src/main/AndroidManifest.xml`
namespace "org.wordpress.mobile.ReactNativeGutenbergBridge"

compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 24
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
kotlinVersion = '1.6.10'
buildToolsVersion = "33.0.0"
minSdkVersion = 24
compileSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 33
supportLibVersion = '28.0.0'

Expand Down

0 comments on commit bfd3bb7

Please sign in to comment.