@@ -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