fixed gitignore

This commit is contained in:
Philipp Wo 2019-03-08 18:28:36 +01:00
parent 647909cf3f
commit e2fea3a851
4 changed files with 3 additions and 9 deletions

View File

@ -10,7 +10,7 @@
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/build/
*/build/
/captures
.externalNativeBuild
AirKoality/app/build/

View File

@ -1 +0,0 @@
/build

View File

@ -6,7 +6,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>