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.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' 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.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.squareup.retrofit2:retrofit:2.9.0' testImplementation 'junit:junit:4.13.2' Loading