v0.7.5b: SPD-classes and core are no longer android-specific modules!
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon">
|
||||
|
||||
<uses-feature android:glEsVersion="0x00020000"/>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user