Skip to content

Commit e2cc0e7

Browse files
fix for Izzyondroid
1 parent a5bab85 commit e2cc0e7

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ android {
1717
buildToolsVersion = '35.0.0'
1818
namespace = 'io.github.landwarderer.futon'
1919

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+
2027
defaultConfig {
2128
applicationId 'io.github.landwarderer.futon'
2229
minSdk = 23

metadata/en-US/icon.png

-116 KB
Binary file not shown.

metadata/en-US/images/icon.png

52.7 KB
Loading

0 commit comments

Comments
 (0)