Merge pull request #186 from CarlosOlivo/update-androidx-core

Update Core-ktx to 1.4.0-alpha01
This commit is contained in:
Max Rumpf
2020-10-10 20:29:51 +02:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ object Dependencies {
// Core
const val koin = "2.1.6"
const val appCompat = "1.1.0"
const val androidxCore = "1.3.0"
const val androidxCore = "1.4.0-alpha01"
const val activity = "1.1.0"
const val fragment = "1.2.5"
const val exoPlayer = "2.11.7"