X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=b53970ddecc90ebb474f663db55d13c5bc9e3560;hp=4b9777237995766f82bd288db480a4d00a50764b;hb=b0f0322c62a5cd25e587f1760a33fcf60c279954;hpb=8142ac5fc2489de735de4b6fa21a1eae733ccfce diff --git a/app/build.gradle b/app/build.gradle index 4b977723..b53970dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdk 23 targetSdk 31 - versionCode 57 - versionName "3.9" + versionCode 58 + versionName "3.10" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true @@ -73,7 +73,7 @@ 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'