Loading sample/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ dependencies { implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' testImplementation 'junit:junit:4.13.2' Loading Loading
sample/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ dependencies { implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' testImplementation 'junit:junit:4.13.2' Loading