X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=e36ed76819f9105483a20f3ab99e7a1f3f42f51e;hp=e97548937ae5935633b4cf0deecad00ea6dbb999;hb=a156c3942ca31a1afca3271245cc2bda7ed5aed8;hpb=9f1863318116a641a455a05d722a2ff7938a13c4 diff --git a/app/build.gradle b/app/build.gradle index e9754893..e36ed768 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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