Skip to content

Commit

Permalink
Revert to sdk 32
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 23, 2023
1 parent 82637a5 commit d6cf43b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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
#org.gradle.java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
6 changes: 3 additions & 3 deletions sample/build.gradle
Expand Up @@ -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"

Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions trashbin/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit d6cf43b

Please sign in to comment.