X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=1abaa0e30c71e55e5a550a913af9a0f0f5dd94ef;hb=9432d4b52d5bdb9e550bdd30bbd17b5a652bd211;hp=4b9777237995766f82bd288db480a4d00a50764b;hpb=8142ac5fc2489de735de4b6fa21a1eae733ccfce;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 4b977723..1abaa0e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,9 +27,9 @@ android { defaultConfig { minSdk 23 - targetSdk 31 - versionCode 57 - versionName "3.9" + targetSdk 32 + versionCode 59 + versionName "3.10.1" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true @@ -62,6 +62,8 @@ android { dimension "basic" } } + + namespace 'com.stoutner.privacybrowser' } dependencies { @@ -73,14 +75,14 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' - implementation 'androidx.preference:preference-ktx:1.1.1' + implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' 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.21' // Include the Google material library. - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' } \ No newline at end of file