X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=be417985cde3e36889e037391f7531a98d53df3d;hb=a7f6058e46d437af0b533a44bc26e7af3971518f;hp=8735b5610fa5b9523ec346cb77096a2ddcd8e7d8;hpb=78e6b0e9a553e3bf800e4c69535c46fb63bef017;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 8735b561..be417985 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,14 +86,14 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' - implementation 'androidx.webkit:webkit:1.3.0' + implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.20" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21" // Include the Google material library. implementation 'com.google.android.material:material:1.2.1' - // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:19.5.0' + // Only compile AdMob ads for the free flavor. + freeImplementation 'com.google.android.gms:play-services-ads:19.6.0' } \ No newline at end of file