|
|
@ -109,7 +109,7 @@ kapt { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.5' |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9' |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
testImplementation 'junit:junit:4.13' |
|
|
|
testImplementation 'junit:junit:4.13' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.2.0' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.2.0' |
|
|
@ -127,7 +127,7 @@ dependencies { |
|
|
|
implementation 'androidx.media:media:1.1.0' |
|
|
|
implementation 'androidx.media:media:1.1.0' |
|
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' |
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.0.0' |
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.0.0' |
|
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
|
implementation 'com.google.android:flexbox:1.1.0' |
|
|
|
implementation 'com.google.android:flexbox:1.1.0' |
|
|
|