Skip to content

Commit

Permalink
升级版本号、删除多余依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Core2002 committed May 29, 2022
1 parent c21412e commit 0d0b8d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -34,14 +34,12 @@ android {
dependencies {
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'cn.hutool:hutool-all:5.8.0.M2'
//时间选择器
implementation 'com.contrarywind:Android-PickerView:3.2.7'

implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

0 comments on commit 0d0b8d8

Please sign in to comment.