Skip to content

Commit

Permalink
build: Fix ci incompatible build config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Mar 30, 2023
1 parent b69b347 commit 45351b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Expand Up @@ -15,6 +15,7 @@ android {
targetSdk 33
versionCode 7
versionName '0.4.2'
resValue 'string', "app_name", "PINcredible DEV"
signingConfig signingConfigs.debug
}
applicationVariants.all { variant ->
Expand All @@ -25,7 +26,6 @@ android {
minifyEnabled false
debuggable true
applicationIdSuffix ".dev"
resValue 'string', "app_name", "PINcredible DEV"
}
release {
minifyEnabled true
Expand All @@ -49,6 +49,9 @@ android {
enable = false
}
}
lintOptions {
disable "Instantiatable"
}
}

if (project.hasProperty('sign')) {
Expand Down

0 comments on commit 45351b6

Please sign in to comment.