FT8CN/ft8cn/build.gradle

14 wiersze
427 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
}
ext {
var3 = 'G:\\coding\\ft8CN\\ft8CN.jks'
var = var3
var1 = '/Users/mymac/Desktop/coding/ft8CN/ft8CN.jks'
var2 = var
}
task clean(type: Delete) {
delete rootProject.buildDir
}