Skip to content

Commit

Permalink
Fix typo in R8 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Aug 27, 2024
1 parent 580d192 commit e856581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
maven("https://packages.jetbrains.team/maven/p/kpm/public/")
}

version = "1.5.0"
version = "1.5.1"
val baseName = "Kotlin Explorer"

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class DexCompiler(private val toolPaths: ToolPaths, private val outputDirectory:
append(
"""
-keep,allowoptimization class !kotlin.**,!kotlinx.** {
<methods >;
<methods>;
}
""".trimIndent()
)
Expand Down

0 comments on commit e856581

Please sign in to comment.