Skip to content

Commit

Permalink
fix proguard rules and release 3.0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Dec 5, 2024
1 parent f7eafb7 commit 3fe4cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-keep class org.sqlite.** { *; }
-keep class androidx.compose.runtime.** { *; }
-keep class okio.* { *; }
-keep class dev.hydraulic.conveyor.control.* { *; }

-keep class * implements java.sql.Driver
-keep class org.apache.commons.** { *; }
Expand Down
2 changes: 1 addition & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ skiko-cache = ${env.HOME}/.gradle/caches/modules-2/files-2.1/org.jetbrains.skiko
// Config file documentation: https://conveyor.hydraulic.dev/latest/configs
app {
// Set this when build system changes without a software change
revision = 1
revision = 2

vcs-url = "https://github.com/sproctor/warlock3"
// The base URL is where the download site will be placed. Packages will check here for updates.
Expand Down

0 comments on commit 3fe4cf6

Please sign in to comment.