build: update dependencies

- add "core" and "all" product flavor
This commit is contained in:
rhunk
2023-10-05 00:01:12 +02:00
parent 2917f1b6e5
commit db2a709042
6 changed files with 82 additions and 50 deletions

View File

@@ -8,5 +8,6 @@ plugins {
rootProject.ext.set("appVersionName", "2.0.0")
rootProject.ext.set("appVersionCode", 10)
rootProject.ext.set("applicationId", "me.rhunk.snapenhance")
rootProject.ext.set("nativeName", java.security.SecureRandom().nextLong(1000000000, 99999999999).toString(16))
true // Needed to make the Suppress annotation work for the plugins block