From c9a3ed7ed824bb0b5980c59652be7ca5098dcaa4 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sun, 5 May 2024 22:02:48 +0200 Subject: [PATCH] api34 --- library/build.gradle | 5 ++--- sample/build.gradle | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 1e9c9a7..2ec39a7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,11 +4,10 @@ plugins { } android { - compileSdkVersion 33 - defaultConfig { minSdkVersion 14 - targetSdkVersion 33 + compileSdk 34 + targetSdkVersion 34 } } diff --git a/sample/build.gradle b/sample/build.gradle index e6722a8..7570822 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -1,12 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 33 - defaultConfig { applicationId "com.dd.morphingbutton.sample" minSdkVersion 14 - targetSdkVersion 33 + compileSdk 34 + targetSdkVersion 34 versionCode 1 versionName "1.0" }