From 9d0dedc6cec165fc720e507e94c976f78a6ed743 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 14 Dec 2015 14:56:46 +0100 Subject: Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder --- libs/minidns/AndroidManifest.xml | 13 ------------- libs/minidns/lint.xml | 3 --- libs/minidns/project.properties | 14 -------------- 3 files changed, 30 deletions(-) delete mode 100644 libs/minidns/AndroidManifest.xml delete mode 100644 libs/minidns/lint.xml delete mode 100644 libs/minidns/project.properties (limited to 'libs/minidns') 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 @@ - - - - - - - - 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 @@ - - - \ 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 -- cgit v1.2.3