Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
hristogochev committed Dec 28, 2024
1 parent c496ab1 commit 8288a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
explicitApi = ExplicitApiMode.Strict

androidTarget {
publishLibraryVariants("release")
publishLibraryVariants("release", "debug")
compilerOptions {
jvmTarget.set(JvmTarget.JVM_1_8)
}
Expand Down

0 comments on commit 8288a9d

Please sign in to comment.