Skip to content

Commit

Permalink
测试混淆问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wrp committed Jan 28, 2024
1 parent 85f96c4 commit 72bd899
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions manager/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ dependencies {
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")

// implementation ("io.reactivex.rxjava2:rxandroid:2.0.1")
// implementation ("io.reactivex.rxjava2:rxjava:2.1.8")
// implementation ("com.squareup.retrofit2:retrofit:2.4.0")
// implementation ("com.squareup.retrofit2:converter-gson:2.4.0")
// implementation ("com.squareup.retrofit2:converter-scalars:2.4.0")
// implementation ("com.squareup.retrofit2:adapter-rxjava2:2.4.0")
// implementation ("com.squareup.okhttp3:logging-interceptor:4.9.0")
// implementation( "com.jakewharton.rxrelay2:rxrelay:2.1.0")
// implementation ("com.squareup.okhttp3:okhttp:4.9.0")
// implementation ("com.squareup.okhttp:okhttp-urlconnection:2.2.0")
implementation ("io.reactivex.rxjava2:rxandroid:2.0.1")
implementation ("io.reactivex.rxjava2:rxjava:2.1.8")
implementation ("com.squareup.retrofit2:retrofit:2.4.0")
implementation ("com.squareup.retrofit2:converter-gson:2.4.0")
implementation ("com.squareup.retrofit2:converter-scalars:2.4.0")
implementation ("com.squareup.retrofit2:adapter-rxjava2:2.4.0")
implementation ("com.squareup.okhttp3:logging-interceptor:4.9.0")
implementation( "com.jakewharton.rxrelay2:rxrelay:2.1.0")
implementation ("com.squareup.okhttp3:okhttp:4.9.0")
implementation ("com.squareup.okhttp:okhttp-urlconnection:2.2.0")

implementation ("org.greenrobot:eventbus:3.2.0")
// implementation ("com.tencent.bugly:crashreport:latest.release")
Expand Down
8 changes: 4 additions & 4 deletions manager/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
android.experimental.enableNewResourceShrinker.preciseShrinking=true
android.enableAppCompileTimeRClass=true
android.useAndroidX=true
org.gradle.parallel=true
org.gradle.vfs.watch=true
org.gradle.jvmargs=-Xmx2048m
android.native.buildOutput=verbose
#org.gradle.parallel=true
#org.gradle.vfs.watch=true
#org.gradle.jvmargs=-Xmx2048m
#android.native.buildOutput=verbose

0 comments on commit 72bd899

Please sign in to comment.