diff --git a/build.gradle b/build.gradle index e13b1ba2..0471a553 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { targetSdk = 30 // Android 11 // AndroidX - androidxVer = '1.3.0' + browserVer = '1.3.0' appCompatVer = '1.2.0' cardviewVer = '1.0.0' annotationVer = '1.1.0' @@ -36,9 +36,10 @@ allprojects { appCompat : "androidx.appcompat:appcompat:${appCompatVer}", cardView : "androidx.cardview:cardview:${cardviewVer}", annotation : "androidx.annotation:annotation:${annotationVer}", - browser : "androidx.browser:browser:${androidxVer}", + browser : "androidx.browser:browser:${browserVer}", vectorDrawable : "androidx.vectordrawable:vectordrawable:${vectorDrawableVer}", transition : "androidx.transition:transition:${transitionVer}", + lifecycleLiveData : "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVer}", lifecycleExtensions: "androidx.lifecycle:lifecycle-viewmodel-ktx:${lifecycleVer}", constraintLayout : "androidx.constraintlayout:constraintlayout:${constraintVer}", core : "androidx.core:core:${coreVer}", diff --git a/flexible-adapter-livedata/build.gradle b/flexible-adapter-livedata/build.gradle index 477069e2..fa710c03 100644 --- a/flexible-adapter-livedata/build.gradle +++ b/flexible-adapter-livedata/build.gradle @@ -50,6 +50,7 @@ android { dependencies { // Lifecycle + implementation androidx.lifecycleLiveData implementation androidx.lifecycleExtensions // Test libraries