diff --git a/example/build.gradle b/example/build.gradle index c477d0c..3a4d063 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -3,13 +3,13 @@ plugins { } android { - compileSdk 33 + compileSdk 34 namespace = "com.example" defaultConfig { applicationId "com.parsely.example.parselyexample" minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } diff --git a/parsely/build.gradle b/parsely/build.gradle index ab0a047..75b646b 100644 --- a/parsely/build.gradle +++ b/parsely/build.gradle @@ -14,12 +14,12 @@ ext { } android { - compileSdk 33 + compileSdk 34 namespace = "com.parsely.parselyandroid" defaultConfig { minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true'