X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=ebf69c8ad30ee56a5def9549221f1e711e0d06e1;hp=668e7bbb150c238c1917652429c0e46430b7875c;hb=13e40f25aef5ddfcb5cd7b398c514cf2aa03e334;hpb=f9f282da2dfc2539c0880a6f9a07e17fa2e003d1 diff --git a/app/build.gradle b/app/build.gradle index 668e7bbb..ebf69c8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { minSdk 24 //noinspection EditedTargetSdkVersion targetSdk 34 - versionCode 71 - versionName "3.15.1" + versionCode 72 + versionName "3.16" resourceConfigurations += ['en', 'de', 'es', 'fr', 'it', 'pt-rBR', 'ru', 'tr', 'zh-rCN'] } @@ -78,7 +78,7 @@ android { dependencies { // Include the following AndroidX libraries. - implementation "androidx.activity:activity-ktx:1.8.0" + implementation "androidx.activity:activity-ktx:1.8.1" implementation 'androidx.arch.core:core-common:2.2.0' implementation 'androidx.arch.core:core-runtime:2.2.0' implementation 'androidx.appcompat:appcompat:1.6.1'