Loading lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ detekt { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.appcompat:appcompat:1.4.0" implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.core:core:1.7.0' implementation 'androidx.fragment:fragment:1.3.6' Loading sample/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' Loading Loading
lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ detekt { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.appcompat:appcompat:1.4.0" implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.core:core:1.7.0' implementation 'androidx.fragment:fragment:1.3.6' Loading
sample/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' Loading