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.
 
 
 
 
 
FONGMITV/build.gradle

15 lines
377 B

plugins {
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'com.chaquo.python' version '15.0.1' apply false
}
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
project.ext {
gsonVersion = '2.11.0'
media3Version = '1.5.1'
okhttpVersion = '5.0.0-alpha.14'
}