v0.7.5b: SPD-classes and core are no longer android-specific modules!

This commit is contained in:
Evan Debenham
2019-10-10 22:28:37 -04:00
parent b985ed3bf5
commit 2aaf18b0b8
6 changed files with 10 additions and 42 deletions

View File

@@ -1,14 +1,6 @@
//FIXME currently an android library while small amounts of android-specific code remain in SPD-classes
apply plugin: 'com.android.library'
apply plugin: 'java-library'
android {
compileSdkVersion appAndroidCompileSDK
defaultConfig {
//noinspection MinSdkTooLow
minSdkVersion appAndroidMinSDK
}
}
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
dependencies {
api project(':SPD-classes')