From: Radek Czajka Date: Tue, 13 Jan 2015 10:24:53 +0000 (+0100) Subject: Release. X-Git-Tag: 1.01 X-Git-Url: https://git.mdrn.pl/mobilnebezpieczenstwo.git/commitdiff_plain/4b08fd3d054a0b4872d60adc7627bfdef069c39b Release. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bcfdb84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/bin +/gen +/local.properties + diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..a10a914 --- /dev/null +++ b/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar index ac4181f..4ebdaa9 100644 Binary files a/libs/android-support-v4.jar and b/libs/android-support-v4.jar differ diff --git a/project.properties b/project.properties index d17e437..dfc046c 100644 --- a/project.properties +++ b/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=Google Inc.:Google APIs:19 -android.library.reference.1=../appcompat_v7 +target=Google Inc.:Google APIs:21 +android.library.reference.1=${sdk.dir}/extras/android/support/v7/appcompat/