Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
WIP: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Aug 22, 2023
1 parent 7dfa6d7 commit 5b99c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class * { *; }
-keep class com.ivy.** { *; }
-dontwarn java.beans.**
-dontwarn javax.script.**
-dontwarn javax.servlet.**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Speed-up Gradle Builds! (OPTIMIZATION)
#org.gradle.jvmargs=-Xmx4097m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

0 comments on commit 5b99c8c

Please sign in to comment.