initialized gradle

This commit is contained in:
danijoo
2015-12-31 01:30:55 +01:00
commit c25f92ca99
23 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.headlezz.notificationlogger">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</application>
</manifest>