mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
migrate main build.gradle, settings.gradle to kotlin.
This commit is contained in:
parent
1196dc0e6a
commit
2acf8b4fd6
@ -4,7 +4,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:3.3.0"
|
classpath("com.android.tools.build:gradle:3.3.0")
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
@ -44,6 +44,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
tasks.create<Delete>("clean") {
|
||||||
delete rootProject.buildDir
|
delete(rootProject.buildDir)
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user