mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-06-16 21:30:51 -07:00
Remove example.
This commit is contained in:
parent
2f3773f13b
commit
59831e59e2
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
import com.beust.kobalt.*
|
|
||||||
import com.beust.kobalt.plugin.android.*
|
|
||||||
import com.beust.kobalt.plugin.java.*
|
|
||||||
|
|
||||||
val r = repos(file("d:\\android\\adt-bundle-windows-x86_64-20140321\\sdk\\extras\\android\\m2repository"))
|
|
||||||
|
|
||||||
val p = javaProject {
|
|
||||||
name = "intro_android_demo"
|
|
||||||
group = "com.example"
|
|
||||||
artifactId = name
|
|
||||||
version = "0.1"
|
|
||||||
directory = homeDir("android/intro_android_demo")
|
|
||||||
|
|
||||||
sourceDirectories {
|
|
||||||
listOf(path("app/src/main/java"))
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
compile(file("app/libs/android-async-http-1.4.3.jar"),
|
|
||||||
"com.android.support:support-v4:aar:21.0.3")
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
|
||||||
compileSdkVersion = "21"
|
|
||||||
applicationId = "codepath.apps.demointroandroid"
|
|
||||||
buildToolsVersion = "21.1.2"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue