diff --git a/build.gradle.kts b/build.gradle.kts index e95b7cc..12d4778 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"