From 1d8b5333101ef4ff1338550ffb9d95af03eca722 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Thu, 30 Oct 2008 15:41:52 +0000 Subject: [PATCH] Fixed the Android client when using ProGuard. The ViewfinderView constructor is loaded dynamically by the XML view inflation code, which requires explicitly preserving it. git-svn-id: https://zxing.googlecode.com/svn/trunk@654 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.xml b/android/build.xml index f60ad5eb3..3defd3de7 100644 --- a/android/build.xml +++ b/android/build.xml @@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + @@ -188,8 +188,8 @@ limitations under the License. - +