]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Fix crash when adding domain settings with null domain. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / build.gradle
index e97548937ae5935633b4cf0deecad00ea6dbb999..e36ed76819f9105483a20f3ab99e7a1f3f42f51e 100644 (file)
@@ -65,6 +65,7 @@ android {
 
 dependencies {
     // Include the following AndroidX libraries.
+    implementation "androidx.activity:activity-ktx:1.7.0-alpha02"
     implementation 'androidx.arch.core:core-common:2.1.0'
     implementation 'androidx.arch.core:core-runtime:2.1.0'
     implementation 'androidx.appcompat:appcompat:1.5.1'
@@ -82,5 +83,5 @@ dependencies {
     implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10'
 
     // Include the Google material library.
-    implementation 'com.google.android.material:material:1.6.1'
+    implementation 'com.google.android.material:material:1.7.0'
 }
\ No newline at end of file