From 7619cd6e75030861c9445cc5b0f2bd92a8d59f64 Mon Sep 17 00:00:00 2001 From: "hyuna0213.jo" Date: Thu, 4 Jun 2015 14:37:29 +0900 Subject: [PATCH] remove the unnecessary file. proguard-project.txt is the unnecessary file. so this file should be removed for open source. Change-Id: Ib6c78cf7c1e104bc19ace44e1a965a0c6d368e6f Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/1190 Tested-by: jenkins-iotivity Reviewed-by: Erich Keane --- .../android/sample_service/proguard-project.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 resource/csdk/connectivity/samples/android/sample_service/proguard-project.txt diff --git a/resource/csdk/connectivity/samples/android/sample_service/proguard-project.txt b/resource/csdk/connectivity/samples/android/sample_service/proguard-project.txt deleted file mode 100644 index c1ff32f..0000000 --- a/resource/csdk/connectivity/samples/android/sample_service/proguard-project.txt +++ /dev/null @@ -1,21 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -- 2.7.4