From 7a519ea493c2c38d602dcd3045da81d4d4c0ce2c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 17 Jan 2015 21:10:28 +0000
Subject: [PATCH] Switch to Android Studio IDE and use English as the default language.

---
 app/proguard-rules.pro |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/proguard-project.txt b/app/proguard-rules.pro
similarity index 61%
rename from proguard-project.txt
rename to app/proguard-rules.pro
index f2fe155..5a22a40 100644
--- a/proguard-project.txt
+++ b/app/proguard-rules.pro
@@ -1,11 +1,8 @@
-# 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.
+# in /home/jacek/Android/Sdk/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the proguardFiles
+# directive in build.gradle.
 #
 # For more details, see
 #   http://developer.android.com/guide/developing/tools/proguard.html

--
Gitblit v1.9.1