We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bab85 commit e2cc0e7Copy full SHA for e2cc0e7
3 files changed
app/build.gradle
@@ -17,6 +17,13 @@ android {
17
buildToolsVersion = '35.0.0'
18
namespace = 'io.github.landwarderer.futon'
19
20
+ dependenciesInfo {
21
+ // Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
22
+ includeInApk = false
23
+ // Disables dependency metadata when building Android App Bundles (for Google Play)
24
+ includeInBundle = false
25
+ }
26
+
27
defaultConfig {
28
applicationId 'io.github.landwarderer.futon'
29
minSdk = 23
metadata/en-US/icon.png
-116 KB
metadata/en-US/images/icon.png
52.7 KB
0 commit comments