Slide 32
Slide 32 text
app/build.gradle
defaultConfig {
applicationId "org.chromium.twa.svgomg"
minSdkVersion 16
targetSdkVersion 28
versionCode 3
versionName "1.1.1"
manifestPlaceholders = [
hostName: "svgomg.firebaseapp.com",
defaultUrl: "https://svgomg.firebaseapp.com",
launcherName: "SVGOMG TWA",
assetStatements: '[{ "relation": ...}]'
]
resValue "color", "colorPrimary", "#303F9F"
}