Skip to content

Commit

Permalink
Fix the build file for the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Nov 6, 2015
1 parent e1122bb commit 0bbf3a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/intro_android_demo/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ val p = javaProject {

dependencies {
compile(file("app/libs/android-async-http-1.4.3.jar"),
"com.android.support:support-v4:aar:23.0.1")
"com.android.support:support-v4:aar:21.0.3")
}

android {
applicationId = name
buildToolsVersion = "21.1.3"
compileSdkVersion = "21"
applicationId = "codepath.apps.demointroandroid"
buildToolsVersion = "21.1.2"
}
}

0 comments on commit 0bbf3a1

Please sign in to comment.