Skip to content

Commit

Permalink
Adjust gradle lib version and downgrade compileSdk and targetSdk to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
kukadiajayesh committed Oct 10, 2022
1 parent 5ea2164 commit c0114e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ethiopian-calendar-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace 'com.mkb.ethiopian.lib'
compileSdk 33
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -39,8 +39,7 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'com.google.android.material:material:1.6.1'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit c0114e2

Please sign in to comment.