Fix connection issue affecting some sites
This commit is contained in:
parent
b3cc48ebff
commit
86c5df4522
5 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,6 @@
|
|||
0.1.5:
|
||||
- Fix connection issue affecting some sites
|
||||
|
||||
0.1.4:
|
||||
- Migrate to code.rocketnine.space
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@ Please share issues and suggestions [here](https://code.rocketnine.space/tslocum
|
|||
|
||||
## Dependencies
|
||||
|
||||
- [gmitohtml](https://code.rocketnine.space/tslocum/gmitohtml)
|
||||
Xenia is powered by [gmitohtml](https://code.rocketnine.space/tslocum/gmitohtml).
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.1.3"
|
||||
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
|
||||
|
|
Loading…
Reference in a new issue