Update gradle, remove HTML build script
Jetty was deprecated and should be replaced with Gretty, but it didn't work for HTML anyway (#56) so instead I have decided to remove it entirely for now (it can always be added back in a future if someone is willing to do so).
This commit is contained in:
parent
9b8082ec3a
commit
d9ea38b39c
15 changed files with 20 additions and 335 deletions
|
@ -4,7 +4,7 @@
|
|||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="25" />
|
||||
<uses-sdk android:targetSdkVersion="25" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
|
|
|
@ -12,7 +12,7 @@ android {
|
|||
jniLibs.srcDirs = ['libs']
|
||||
}
|
||||
|
||||
instrumentTest.setRoot('tests')
|
||||
androidTest.setRoot('tests')
|
||||
}
|
||||
packagingOptions {
|
||||
exclude 'META-INF/robovm/ios/robovm.xml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue