X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;fp=app%2Fbuild.gradle;h=1abaa0e30c71e55e5a550a913af9a0f0f5dd94ef;hp=954739380799fadcfb1ec467cfea4f9bde53f2c0;hb=a84eb5dd67578fcdcdc74cc047c6ea54db42a714;hpb=9338dfa2f8a295736d35e4f468f0c0ba573a1b58 diff --git a/app/build.gradle b/app/build.gradle index 95473938..1abaa0e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,6 +62,8 @@ android { dimension "basic" } } + + namespace 'com.stoutner.privacybrowser' } dependencies { @@ -79,8 +81,8 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard library. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21' // Include the Google material library. - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' } \ No newline at end of file