Skip to content

Commit

Permalink
Update target to android-19
Browse files Browse the repository at this point in the history
  • Loading branch information
Anlu Wang authored and Anlu Wang committed Apr 9, 2014
1 parent 6770848 commit 57c6dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

defaultConfig {
minSdkVersion 7
targetSdkVersion 18
targetSdkVersion 19
testPackageName "com.mixpanel.android"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
android.library=true
# Project target.
target=android-18
target=android-19
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library=true

0 comments on commit 57c6dc8

Please sign in to comment.