Skip to content

Commit

Permalink
Merge pull request #31 from wordpress-mobile/upgrade-android-14
Browse files Browse the repository at this point in the history
Upgrade default target sdk version to Android API 34 (Android 14)
  • Loading branch information
Gerardo Pacheco authored May 16, 2024
2 parents f921663 + 6e4450e commit b26d679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ import org.json.JSONObject
// Although this allows different clients to use different artifacts, since we only have one client
// this is now the most important use case for this implementation. Instead, this implementation
// aims to make it easier to test publisher changes without having to override the artifacts.
val publisherVersion = "v5"
val publisherVersion = "v6"

plugins {
id("com.android.library") apply false
id("com.automattic.android.publish-to-s3") apply false
}

val defaultCompileSdkVersion = 33
val defaultCompileSdkVersion = 34
val defaultMinSdkVersion = 24
val defaultTargetSdkVersion = 33
val defaultTargetSdkVersion = 34
val excludeAppGlideModule = true
val kotlinVersion = "1.8.0"

Expand Down

0 comments on commit b26d679

Please sign in to comment.