This commit is contained in:
ZaneYork 2021-01-28 17:13:35 +08:00
parent 5456cf397b
commit 62bdf4e9f7
2 changed files with 5 additions and 4 deletions

View File

@ -12,8 +12,8 @@ android {
applicationId "com.zane.smapiinstaller"
minSdkVersion 19
targetSdkVersion 30
versionCode 63
versionName "3.7.6.1"
versionCode 64
versionName "3.7.6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
@ -90,8 +90,8 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.11.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.11.0'
// https://mvnrepository.com/artifact/org.lz4/lz4-java
compile group: 'org.lz4', name: 'lz4-java', version: '1.7.1'
// https://mvnrepository.com/artifact/org.lz4/lz4-pure-java
implementation group: 'org.lz4', name: 'lz4-pure-java', version: '1.7.0'
implementation 'com.github.didikee:AndroidDonate:0.1.0'
implementation 'com.hjq:language:3.0'

View File

@ -145,6 +145,7 @@
-keep class org.bouncycastle.** {*;}
-keep class org.slf4j.**
-keep class com.hjq.language.** {*;}
-keep class net.jpountz.** {*;}
-keepclassmembers class * extends org.greenrobot.greendao.AbstractDao {
public static java.lang.String TABLENAME;