Skip to content

Commit 3926f30

Browse files
author
xausky
committed
更新依赖版本,发布3.0.0
1 parent 263ad54 commit 3926f30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "io.github.xausky.unitymodmanager"
2121
minSdkVersion 21
2222
targetSdkVersion 23
23-
versionCode 290
24-
versionName "2.9.0"
23+
versionCode 300
24+
versionName "3.0.0"
2525
ndk{
2626
abiFilters "armeabi-v7a","x86"
2727
}
@@ -61,22 +61,22 @@ dependencies {
6161
implementation 'com.android.support:design:28.0.0'
6262
implementation 'com.android.support:cardview-v7:28.0.0'
6363
implementation 'com.android.support:appcompat-v7:28.0.0'
64-
implementation 'com.hzy:libp7zip:1.5.0'
64+
implementation 'com.hzy:libp7zip:1.6.0'
6565
//https://github.com/hzy3774/AndroidP7zip
6666
implementation 'com.github.topjohnwu:libsu:2.0.2'
6767
//https://github.com/topjohnwu/libsu
6868
implementation('com.daimajia.slider:library:1.1.5') {
6969
//https://github.com/daimajia/AndroidImageSlider
7070
exclude group: 'com.android.support', module: 'support-v4'
7171
}
72-
implementation 'com.github.medyo:android-about-page:1.2.4'
72+
implementation 'com.github.medyo:android-about-page:1.2.5'
7373
//https://github.com/medyo/android-about-page
74-
implementation 'com.github.xausky:VirtualXposed:8d2abfc77a'
74+
implementation 'com.github.xausky:VirtualXposed:d5e7545365'
7575
//https://github.com/xausky/VirtualXposed
7676
implementation 'com.github.bartwell:ExFilePicker:0c5a7c83ae'
7777
//https://github.com/bartwell/ExFilePicker
7878
implementation 'com.github.xausky:CheckVersionLib:ac25f0874e'
7979
//https://github.com/xausky/CheckVersionLib
80-
implementation 'com.crashlytics.sdk.android:answers:1.4.6'
81-
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.8'
80+
implementation 'com.crashlytics.sdk.android:answers:1.4.7'
81+
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
8282
}

0 commit comments

Comments
 (0)