Added project.properties file (target=android-21)
authorjaehong.jo <jaehong.jo@samsung.com>
Tue, 14 Apr 2015 06:36:20 +0000 (15:36 +0900)
committerErich Keane <erich.keane@intel.com>
Mon, 20 Apr 2015 17:22:32 +0000 (17:22 +0000)
Sample app only supports Android 5.0 or higher

Signed-off-by: Jaehong <jaehong.jo@samsung.com>
Change-Id: I3cc2b52a96717738f580664db64ea1c2ec65add0
Reviewed-on: https://gerrit.iotivity.org/gerrit/714
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/connectivity/samples/android/sample_service/project.properties [new file with mode: 0644]

diff --git a/resource/csdk/connectivity/samples/android/sample_service/project.properties b/resource/csdk/connectivity/samples/android/sample_service/project.properties
new file mode 100644 (file)
index 0000000..6e18427
--- /dev/null
@@ -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-21