Skip to content

Commit

Permalink
[TEST] This should trigger filepicker's build only
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Mar 13, 2024
1 parent e623a51 commit 9378af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filepicker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ android {
}

buildTypes {

release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 9378af7

Please sign in to comment.