Skip to content

Commit

Permalink
升级了版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-XiaoLiang committed Sep 27, 2023
1 parent 93c7d7b commit e9b875f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lQR/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "liang.lollipop.lqrdemo"
minSdk 27
targetSdk 33
versionCode 2_04_00
versionName "2.4.0"
versionCode 2_05_00
versionName "2.5.0"
}

buildTypes {
Expand All @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down

0 comments on commit e9b875f

Please sign in to comment.