X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=c00727dfb1767440ac0f1fe72365e536cbfffad0;hb=1907b1ff1fd02d6f8809aeb6710af42e033c064f;hp=fe01dec606e9037ab2861b07860cd28202ab63fc;hpb=b82022327701273b1b56419e8d6042895c0bc7b9;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index fe01dec6..c00727df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 49 - versionName "3.4.1" + versionCode 51 + versionName "3.5.1" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true @@ -87,7 +87,7 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' - implementation 'androidx.webkit:webkit:1.2.0' + implementation 'androidx.webkit:webkit:1.3.0' // Include the Kotlin standard libraries implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72"