From d6cf43b10d8f14de3443c0d619e0516e5ade0e52 Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Mon, 24 Jul 2023 01:39:11 +0530 Subject: [PATCH] Revert to sdk 32 --- gradle.properties | 2 +- sample/build.gradle | 6 +++--- trashbin/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4429246..ced6c8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -#org.gradle.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home \ No newline at end of file +#org.gradle.java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home \ No newline at end of file diff --git a/sample/build.gradle b/sample/build.gradle index bae9ee0..62cddcf 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'com.amaze.trashbinsample' - compileSdk 33 + compileSdk 32 defaultConfig { applicationId "com.amaze.trashbinsample" minSdk 19 - targetSdk 33 + targetSdk 32 versionCode 1 versionName "1.0" @@ -38,7 +38,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.5.0-alpha04' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' diff --git a/trashbin/build.gradle b/trashbin/build.gradle index 6dfa517..583373f 100644 --- a/trashbin/build.gradle +++ b/trashbin/build.gradle @@ -7,11 +7,11 @@ apply plugin: 'maven-publish' android { namespace 'com.amaze.trashbin' - compileSdk 33 + compileSdk 32 defaultConfig { minSdk 19 - targetSdk 33 + targetSdk 32 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro"