diff --git a/plot/build.gradle.kts b/plot/build.gradle.kts index 340577b..5c9d53e 100644 --- a/plot/build.gradle.kts +++ b/plot/build.gradle.kts @@ -16,11 +16,11 @@ ext { apply(from = "publish.gradle") android { - compileSdk = 30 + compileSdk = 33 defaultConfig { minSdk = 21 - targetSdk = 30 + targetSdk = 33 version = libVersion testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 710e174..7783315 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -4,13 +4,13 @@ plugins { } android { - compileSdk = 30 + compileSdk = 33 buildToolsVersion = "30.0.3" defaultConfig { applicationId = "com.madrapps.plot" minSdk = 21 - targetSdk = 30 + targetSdk = 33 versionCode = 1 versionName = "0.1.0"