Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1770cba

Browse files
committed
Updated project settings for Android API 20 and ignored .DS_Store files
1 parent 6a232f5 commit 1770cba

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/bin
22
/gen
3+
.DS_Store

examples/app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/gen
22
/bin
3+
.DS_Store

examples/app/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-19
14+
target=android-20
1515
android.library.reference.1=../..
1616
android.library.reference.2=../../../appcompat_v7

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-19
14+
target=android-20
1515
android.library=true

0 commit comments

Comments
 (0)