X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=861e916570756a33453f03e52749e526ea041033;hb=e6befb69eb16e4c633623df508bfb9de370e204f;hp=9dc56232881259c88ffcc01cdb08e6e703859975;hpb=7a54e6907e74196a4840a2434dd13e2b68a95db4;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 9dc56232..861e9165 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,7 +26,7 @@ android { compileSdk 34 defaultConfig { - minSdk 24 + minSdk 26 targetSdk 34 versionCode 73 versionName "3.17" @@ -97,7 +97,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.10.0' // Include the Kotlin standard library. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20' // Include the Google material library. implementation 'com.google.android.material:material:1.11.0'