Conversation

[TalkBack FOSS] I've changed MinSDKVersion from 26 to 28 and 'kotlin' folder start to appear inside APK increasing it by 7 mb, although app is wrote (yet) in pure Java. Any idea? Thanks.
1
1
Replying to and
They're missing this kind of setup to minify / optimize the code and strip unused resources: github.com/GrapheneOS/Aud You should try setting that up. Note that our apps are all using Gradle's Kotlin DSL now rather than the Groovy DSL. Shouldn't bother migrating TalkBack though.
2
2
Show replies