|
|
|
@ -4,14 +4,14 @@ plugins {
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileSdkVersion 30
|
|
|
|
|
buildToolsVersion "30.0.2"
|
|
|
|
|
buildToolsVersion "30.0.3"
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
|
applicationId "space.rocketnine.xenia"
|
|
|
|
|
minSdkVersion 16
|
|
|
|
|
targetSdkVersion 30
|
|
|
|
|
versionCode 14
|
|
|
|
|
versionName "0.1.4"
|
|
|
|
|
versionCode 15
|
|
|
|
|
versionName "0.1.5"
|
|
|
|
|
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
}
|
|
|
|
@ -31,7 +31,7 @@ android {
|
|
|
|
|
|
|
|
|
|
ext {
|
|
|
|
|
// https://code.rocketnine.space/tslocum/gmitohtml
|
|
|
|
|
gmitohtmlVersion = "v1.0.4"
|
|
|
|
|
gmitohtmlVersion = "v1.0.5"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
task bindLibrary(type: Exec) {
|
|
|
|
|