mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -04:00
switching from apply plugin to pluins {}
following this migration guide: https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/
This commit is contained in:
parent
a0977ce446
commit
a43e631de0
@ -22,8 +22,10 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "com.android.application"
|
plugins {
|
||||||
apply plugin: "checkstyle"
|
id("com.android.application")
|
||||||
|
id("checkstyle")
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user