Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 15, 2023
1 parent 2579e58 commit 17d0068
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation 'androidx.palette:palette:1.0.0'

implementation 'com.google.code.gson:gson:2.10'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
implementation 'com.github.thomas-bouvier:persistent-cookie-jar-okhttp:1.0.2'
}
17 changes: 16 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,19 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

-keep class com.wilinz.yuetingmusic.data.model.** {*;}

-dontwarn org.litepal.*
-keep class org.litepal.** { *; }
-keep enum org.litepal.**
-keep interface org.litepal.** { *; }
-keep public class * extends org.litepal.**
-keepattributes *Annotation*
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}

-keepclassmembers class * extends org.litepal.crud.LitePalSupport{*;}

0 comments on commit 17d0068

Please sign in to comment.