Skip to content

Commit

Permalink
Use release shortcut extension in Gradle for AndroidCLI.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 5, 2024
1 parent 62a02ee commit 35a1095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidCLI/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

buildTypes {
getByName("release") {
release {
isMinifyEnabled = false
}
}
Expand Down

0 comments on commit 35a1095

Please sign in to comment.