Skip to content

Commit

Permalink
ver: 发布v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WankkoRee committed Jul 17, 2022
1 parent 9e23512 commit c633ead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "cn.wankkoree.xposed.enablewebviewdebugging"
minSdk 27
targetSdk 32
versionCode 10
versionName 'v2.1.1'
versionCode 11
versionName 'v2.2.0'
}

buildTypes {
Expand Down Expand Up @@ -91,8 +91,8 @@ dependencies {
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
implementation 'com.github.kittinunf.fuel:fuel-android:2.3.1'
implementation 'com.github.kittinunf.fuel:fuel-gson:2.3.1'
Expand Down

0 comments on commit c633ead

Please sign in to comment.