Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -51,13 +51,13 @@ android { } dependencies { implementation 'com.google.code.gson:gson:2.8.5' implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.core:core:1.0.2' implementation 'androidx.fragment:fragment:1.0.0' implementation 'com.google.code.gson:gson:2.8.5' api 'com.google.code.gson:gson:2.8.5' implementation 'io.reactivex.rxjava2:rxjava:2.2.8' Loading Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -51,13 +51,13 @@ android { } dependencies { implementation 'com.google.code.gson:gson:2.8.5' implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.core:core:1.0.2' implementation 'androidx.fragment:fragment:1.0.0' implementation 'com.google.code.gson:gson:2.8.5' api 'com.google.code.gson:gson:2.8.5' implementation 'io.reactivex.rxjava2:rxjava:2.2.8' Loading