Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 1acb43b

Browse files
committed
Proguardルール更新
1 parent 76255e3 commit 1acb43b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

studyplus-android-sdk2/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ dependencies {
7474
def retrofit = "2.4.0"
7575
implementation "com.squareup.retrofit2:retrofit:$retrofit"
7676
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
77-
testImplementation "com.squareup.retrofit2:retrofit-mock:$retrofit"
78-
7977
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
8078

8179
testImplementation 'junit:junit:4.12'
8280
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
81+
testImplementation "com.squareup.retrofit2:retrofit-mock:$retrofit"
8382
}
8483

8584
apply from: 'build.publish.gradle'

studyplus-android-sdk2/lib-proguard-rules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
#-renamesourcefileattribute SourceFile
2222

2323
# SDK2
24-
# Network Rsponse
24+
# Network Response
25+
-keepnames class jp.studyplus.android.sdk.record.** { *; }
2526
-keepnames class jp.studyplus.android.sdk.internal.api.response.** { *; }
2627

2728
# Kotlin Coroutines

0 commit comments

Comments
 (0)