mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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"
|
||||
apply plugin: "checkstyle"
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("checkstyle")
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
Loading…
x
Reference in New Issue
Block a user