Skip to content
Snippets Groups Projects
Commit 2de8cbe4 authored by poka's avatar poka
Browse files

fix java android build

parent 0c7fb6a4
No related branches found
No related tags found
No related merge requests found
Pipeline #40060 waiting for manual action
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="ic_launcher_background">transparent</color> <color name="ic_launcher_background">#00000000</color>
</resources> </resources>
\ No newline at end of file
...@@ -8,4 +8,3 @@ org.gradle.jvmargs=-Xmx1536M \ ...@@ -8,4 +8,3 @@ org.gradle.jvmargs=-Xmx1536M \
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true android.defaults.buildfeatures.buildconfig=true
org.gradle.java.home=/usr/lib/jvm/java-17-openjdk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment