Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoalic committed Mar 4, 2024
1 parent 82235e2 commit 6221655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {
// }
}
}
if (System.getenv("SIGNING").equals("true")) {
signingConfigs {

release {
Expand All @@ -42,11 +43,14 @@ android {
v2SigningEnabled true
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
if (System.getenv("SIGNING").equals("true")) {
signingConfig signingConfigs.release
}
}
}
applicationVariants.all { variant ->
Expand Down

0 comments on commit 6221655

Please sign in to comment.