common: add icon resources

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 18:57:53 +05:30
parent 8146c550d6
commit f93c249020
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
12 changed files with 90 additions and 9 deletions

View file

@ -28,6 +28,7 @@ kotlin {
}
android {
buildFeatures { androidResources = true }
compileSdkVersion(30)
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {