Loading build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ android { dependencies { dependencies { implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.code.gson:gson:2.8.5' implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.core:core:1.0.2' implementation 'androidx.core:core:1.0.2' implementation 'androidx.fragment:fragment:1.0.0' implementation 'androidx.fragment:fragment:1.0.0' Loading Loading
build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ android { dependencies { dependencies { implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.code.gson:gson:2.8.5' implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.core:core:1.0.2' implementation 'androidx.core:core:1.0.2' implementation 'androidx.fragment:fragment:1.0.0' implementation 'androidx.fragment:fragment:1.0.0' Loading