mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-06 09:09:44 -06:00
bump deps versions (#794)
This commit is contained in:
committed by
GitHub
parent
029117a9c4
commit
1fddd17269
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user