(cherry picked from commit 5ae8095ef1ed2ae9f98486f9148e933c77a28692) # Conflicts: # .github/workflows/build_pull_request.yml # .github/workflows/build_push.yml
13 lines
209 B
Text
13 lines
209 B
Text
import mihon.buildlogic.configureAndroid
|
|
import mihon.buildlogic.configureTest
|
|
|
|
plugins {
|
|
id("com.android.library")
|
|
|
|
id("mihon.code.lint")
|
|
}
|
|
|
|
android {
|
|
configureAndroid(this)
|
|
configureTest()
|
|
}
|