| | |
| | | def channelJavaFiles = getAllFiles(new ArrayList<File>(), "${channelPath}/java") |
| | | |
| | | android { |
| | | compileSdkVersion 29 |
| | | buildToolsVersion "28.0.1" |
| | | compileSdkVersion 28 |
| | | buildToolsVersion "28.0.3" |
| | | |
| | | defaultConfig { |
| | | minSdkVersion 21 |
| | | targetSdkVersion 29 |
| | | //noinspection ExpiredTargetSdkVersion |
| | | targetSdkVersion 28 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | multiDexEnabled true |
| | | versionCode 6 |
| | | versionName "6.0" |
| | | |
| | | // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | consumerProguardFiles "consumer-rules.pro" |
| | |
| | | } |
| | | |
| | | dependencies { |
| | | implementation 'androidx.annotation:annotation:1.1.0' |
| | | implementation 'androidx.core:core:1.3.2' |
| | | implementation 'com.android.support:support-annotations:28.0.0' |
| | | testImplementation 'junit:junit:4.13.2' |
| | | |
| | | //noinspection GradleCompatible |
| | | // implementation 'com.android.support:appcompat-v7:28.0.0' |
| | | |
| | | // implementation 'com.github.pqpo:Log4a:1.4.2@aar' |
| | | |
| | | implementation fileTree(dir: "../channel/${CHANNEL_NAME}/libs/", include: ['*.jar']) |
| | | plugins.each { |
| | | implementation fileTree(dir: "${rootPath}/plugins/${it}/libs/", include: ['*.jar']) |