Skip to content

Commit 12b50af

Browse files
committed
android-24 -> android-24
1 parent 859c57d commit 12b50af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

appcompat/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-23
14+
target=android-24
1515
android.library=true
1616
# android.library.reference.1=../android-support-v4

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-23
11+
target=android-24
1212
# Project dependency
1313
android.library.reference.1=appcompat

readme-ant

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ annotations
55
v7 external with res
66

77
cd appcompat
8-
android update lib-project -p . --target android-23
8+
android update lib-project -p . --target android-24
99
cd -
1010
append the following line to project.properties
1111

1212
android.library.reference.1=appcompat
1313

14-
# android update project -t android-23 -p . --subprojects --library appcompat
14+
# android update project -t android-24 -p . --subprojects --library appcompat
1515

1616
modify these 2 lines in AndroidManifest.xml
1717
android:versionCode="60"

0 commit comments

Comments
 (0)