Skip to content

Commit

Permalink
Revert to sdk 31
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 23, 2023
1 parent c870e9c commit eb2c176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace 'com.amaze.trashbinsample'
compileSdk 32
compileSdk 31

defaultConfig {
applicationId "com.amaze.trashbinsample"
minSdk 19
targetSdk 32
targetSdk 31
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions trashbin/build.gradle
Expand Up @@ -7,11 +7,11 @@ apply plugin: 'maven-publish'

android {
namespace 'com.amaze.trashbin'
compileSdk 32
compileSdk 31

defaultConfig {
minSdk 19
targetSdk 32
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -35,7 +35,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.8.0'
implementation 'com.google.code.gson:gson:2.9.1'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit eb2c176

Please sign in to comment.