Skip to content

Commit

Permalink
Set targetSdk to 34.
Browse files Browse the repository at this point in the history
  • Loading branch information
notandyvee committed May 20, 2024
1 parent 595f399 commit f6a9534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ plugins {
ext {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 33
targetSdkVersion = 34
}

ext {
// libs
automatticAboutVersion = '1.4.0'
automatticRestVersion = '1.0.8'
automatticTracksVersion = '5.0.0'
gutenbergMobileVersion = 'v1.119.0-alpha2'
gutenbergMobileVersion = '6870-76281ef23dfd66f1268e18a4be9003a46967e4f8'
wordPressAztecVersion = 'v2.1.3'
wordPressFluxCVersion = '2.79.0'
wordPressLoginVersion = '1.15.0'
Expand Down

0 comments on commit f6a9534

Please sign in to comment.