mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 13:47:49 +01:00
Fixing some of the minification issues.
This commit is contained in:
@@ -37,6 +37,7 @@ android {
|
||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "benchmark-proguard-rules.pro"
|
||||
}
|
||||
release {
|
||||
isDefault = false
|
||||
minifyEnabled true
|
||||
}
|
||||
create("benchmark") {
|
||||
|
||||
@@ -32,6 +32,7 @@ android {
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
freeCompilerArgs += "-Xstring-concat=inline"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ object CryptoUtils {
|
||||
}
|
||||
}
|
||||
|
||||
data class EncryptedInfoString(
|
||||
class EncryptedInfoString(
|
||||
val ciphertext: String,
|
||||
val nonce: String,
|
||||
val v: Int,
|
||||
|
||||
Reference in New Issue
Block a user