mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Fix the build file for the examples.
This commit is contained in:
parent
e1122bb8e3
commit
0bbf3a1577
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue