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.
16 lines
397 B
16 lines
397 B
plugins {
|
|
id 'com.android.application' version '8.13.0' apply false
|
|
id 'com.android.library' version '8.13.0' apply false
|
|
id 'com.chaquo.python' version '16.1.0' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.layout.buildDirectory
|
|
}
|
|
|
|
project.ext {
|
|
gsonVersion = '2.13.2'
|
|
glideVersion = '5.0.5'
|
|
media3Version = '1.8.0'
|
|
okhttpVersion = '5.1.0'
|
|
}
|
|
|