Skip to content

Commit

Permalink
upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Jul 23, 2021
1 parent cc336b1 commit c40744e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand All @@ -20,7 +20,7 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.li-xiaojun:XPopup:2.5.3'
// implementation 'com.contrarywind:wheelview:4.1.0'
Expand Down

0 comments on commit c40744e

Please sign in to comment.