Skip to content

Commit

Permalink
Fixing some of the minification issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jan 6, 2024
1 parent f877b6f commit 5c7e925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ android {
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "benchmark-proguard-rules.pro"
}
release {
isDefault = false
minifyEnabled true
}
create("benchmark") {
Expand Down
1 change: 1 addition & 0 deletions quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ android {
}
kotlinOptions {
jvmTarget = '17'
freeCompilerArgs += "-Xstring-concat=inline"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ object CryptoUtils {
}
}

data class EncryptedInfoString(
class EncryptedInfoString(
val ciphertext: String,
val nonce: String,
val v: Int,
Expand Down

0 comments on commit 5c7e925

Please sign in to comment.