Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
trytobe committed Mar 20, 2020
1 parent cd31021 commit 2482323
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
15 changes: 0 additions & 15 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.george.singleclick">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

</manifest>
22 changes: 0 additions & 22 deletions app/src/main/java/com/george/singleclick/MainActivity.kt

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/res/layout/activity_main.xml

This file was deleted.

0 comments on commit 2482323

Please sign in to comment.