X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=954739380799fadcfb1ec467cfea4f9bde53f2c0;hp=441cc71a0d4f7913b332b7cdb00bbeb9c5c7abfd;hb=9338dfa2f8a295736d35e4f468f0c0ba573a1b58;hpb=b1f88361f33fde911642f568e71936c33bdcc530 diff --git a/app/build.gradle b/app/build.gradle index 441cc71a..95473938 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { defaultConfig { minSdk 23 - targetSdk 31 + targetSdk 32 versionCode 59 versionName "3.10.1" @@ -79,7 +79,7 @@ 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.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20' // Include the Google material library. implementation 'com.google.android.material:material:1.5.0'