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

17 lines
455 B

plugins {
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'com.chaquo.python' version '14.0.2' apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
project.ext {
gsonVersion = '2.10.1'
jsoupVersion = '1.15.3'
okhttpVersion = '4.11.0'
annotationVersion = '1.3.0'
}