Skip to content

Commit

Permalink
|Update. version to 31 & 1.4.1 [Sweety]
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetysTW committed Jun 29, 2023
1 parent 504119f commit 6de2c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abha-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {

android {
namespace 'com.example.abha_sample'
compileSdk 33
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -37,7 +37,7 @@ android {
dependencies {

implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit 6de2c76

Please sign in to comment.