File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,11 @@ dependencies {
74
74
def retrofit = " 2.4.0"
75
75
implementation " com.squareup.retrofit2:retrofit:$retrofit "
76
76
implementation " com.squareup.retrofit2:converter-gson:$retrofit "
77
- testImplementation " com.squareup.retrofit2:retrofit-mock:$retrofit "
78
-
79
77
implementation ' com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
80
78
81
79
testImplementation ' junit:junit:4.12'
82
80
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
81
+ testImplementation " com.squareup.retrofit2:retrofit-mock:$retrofit "
83
82
}
84
83
85
84
apply from : ' build.publish.gradle'
Original file line number Diff line number Diff line change 21
21
#-renamesourcefileattribute SourceFile
22
22
23
23
# SDK2
24
- # Network Rsponse
24
+ # Network Response
25
+ -keepnames class jp.studyplus.android.sdk.record.** { *; }
25
26
-keepnames class jp.studyplus.android.sdk.internal.api.response.** { *; }
26
27
27
28
# Kotlin Coroutines
You can’t perform that action at this time.
0 commit comments