mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
377 B
15 lines
377 B
plugins {
|
|
id 'com.android.application' version '8.5.0' apply false
|
|
id 'com.android.library' version '8.5.0' apply false
|
|
id 'com.chaquo.python' version '14.0.2' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.layout.buildDirectory
|
|
}
|
|
|
|
project.ext {
|
|
gsonVersion = '2.11.0'
|
|
jsoupVersion = '1.15.3'
|
|
okhttpVersion = '5.0.0-alpha.14'
|
|
}
|
|
|