bump deps versions (#794)

This commit is contained in:
Yogesh Choudhary Paliyal
2024-03-01 23:52:46 +05:30
committed by GitHub
parent 029117a9c4
commit 1fddd17269
7 changed files with 14 additions and 12 deletions

View File

@@ -11,13 +11,13 @@ plugins {
val appPackageId = "com.yogeshpaliyal.keypass"
android {
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = appPackageId
minSdk = 23
targetSdk = 33
targetSdk = 34
versionCode = 1423
versionName = "1.4.23"
@@ -34,6 +34,7 @@ android {
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
signingConfig = signingConfigs.getByName("debug")
}
debug {