summaryrefslogtreecommitdiff
path: root/taskerlocaleapi/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
committerAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
commitf569ea56b170c73e9f90667643c81bed4d9e0921 (patch)
treece2b17b2f62b97614d03972ce127369b9b91b795 /taskerlocaleapi/src/main/AndroidManifest.xml
parent109dee48371caf24f3240d6763eb6a677c6b84d0 (diff)
gradle and dependency updates for android studio 3.2
remove deprecated tasker-related components
Diffstat (limited to 'taskerlocaleapi/src/main/AndroidManifest.xml')
-rw-r--r--taskerlocaleapi/src/main/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/taskerlocaleapi/src/main/AndroidManifest.xml b/taskerlocaleapi/src/main/AndroidManifest.xml
deleted file mode 100644
index 12de0b05..00000000
--- a/taskerlocaleapi/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.twofortyfouram.locale.api" >
-
- <uses-sdk
- android:minSdkVersion="3"
- android:targetSdkVersion="17" />
-
- <uses-feature
- android:name="android.hardware.touchscreen"
- android:required="false" />
-
-</manifest> \ No newline at end of file