X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=900ddf9bc86073aabd2bb6ec82f085d53fd08d88;hp=9dc56232881259c88ffcc01cdb08e6e703859975;hb=HEAD;hpb=7a54e6907e74196a4840a2434dd13e2b68a95db4 diff --git a/app/build.gradle b/app/build.gradle index 9dc56232..900ddf9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ /* * Copyright 2016-2024 Soren Stoutner . * - * This file is part of Privacy Browser Android . + * This file is part of Privacy Browser Android . * * Privacy Browser Android is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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'