- Shrink resources at build time
- No WebView analytics database (4M on disk)
- pngcrush shield1.png
buildTypes {
release {
minifyEnabled true
+ shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
buildConfigField "String", "gitDescription", "\"${makeGitDescription()}\""
}
android:theme="@style/AppTheme"
tools:ignore="UnusedAttribute">
+ <!-- The metrics database is four megabytes; for that sin alone... -->
+ <meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
+
<activity android:name=".activity.main.Activity"
android:exported="true"
android:showWhenLocked="true"