diff options
Diffstat (limited to 'libs/minidns')
-rw-r--r-- | libs/minidns/AndroidManifest.xml | 13 | ||||
-rw-r--r-- | libs/minidns/lint.xml | 3 | ||||
-rw-r--r-- | libs/minidns/project.properties | 14 |
3 files changed, 0 insertions, 30 deletions
diff --git a/libs/minidns/AndroidManifest.xml b/libs/minidns/AndroidManifest.xml deleted file mode 100644 index 6c9477d9..00000000 --- a/libs/minidns/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="de.measite.minidns" - android:versionCode="1" - android:versionName="1.0" > - - <uses-sdk - android:minSdkVersion="9" - android:targetSdkVersion="19" /> - - <application/> - -</manifest> diff --git a/libs/minidns/lint.xml b/libs/minidns/lint.xml deleted file mode 100644 index ee0eead5..00000000 --- a/libs/minidns/lint.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<lint> -</lint>
\ No newline at end of file diff --git a/libs/minidns/project.properties b/libs/minidns/project.properties deleted file mode 100644 index 4ab12569..00000000 --- a/libs/minidns/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-19 |