Skip to content

Commit

Permalink
appcompat version
Browse files Browse the repository at this point in the history
  • Loading branch information
har2008preet committed Sep 9, 2022
1 parent 03de68a commit 175c072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Toast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdk 30
compileSdk 31

defaultConfig {
minSdk 16
targetSdk 30
targetSdk 31

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

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 175c072

Please sign in to comment.