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, 30 insertions, 0 deletions
diff --git a/libs/minidns/AndroidManifest.xml b/libs/minidns/AndroidManifest.xml new file mode 100644 index 00000000..6c9477d9 --- /dev/null +++ b/libs/minidns/AndroidManifest.xml @@ -0,0 +1,13 @@ +<?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 new file mode 100644 index 00000000..ee0eead5 --- /dev/null +++ b/libs/minidns/lint.xml @@ -0,0 +1,3 @@ +<?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 new file mode 100644 index 00000000..4ab12569 --- /dev/null +++ b/libs/minidns/project.properties @@ -0,0 +1,14 @@ +# 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 |