Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ dependencies { implementation 'androidx.paging:paging-runtime-ktx:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.android:flexbox:2.0.1' implementation 'com.google.android.material:material:1.3.0' def room_version = '2.3.0' Loading build.gradle +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ buildscript { ] repositories { jcenter() google() mavenCentral() // AboutLibraries maven { Loading @@ -40,8 +40,9 @@ buildscript { allprojects { repositories { jcenter() google() mavenCentral() maven { url 'https://dl.bintray.com/google/flexbox-layout/' } maven { url 'https://jitpack.io' } } } Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ dependencies { implementation 'androidx.paging:paging-runtime-ktx:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.android:flexbox:2.0.1' implementation 'com.google.android.material:material:1.3.0' def room_version = '2.3.0' Loading
build.gradle +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ buildscript { ] repositories { jcenter() google() mavenCentral() // AboutLibraries maven { Loading @@ -40,8 +40,9 @@ buildscript { allprojects { repositories { jcenter() google() mavenCentral() maven { url 'https://dl.bintray.com/google/flexbox-layout/' } maven { url 'https://jitpack.io' } } }