Fix connection issue affecting some sites

master 0.1.5
Trevor Slocum 2 years ago
parent b3cc48ebff
commit 86c5df4522

@ -1,3 +1,6 @@
0.1.5:
- Fix connection issue affecting some sites
0.1.4: 0.1.4:
- Migrate to code.rocketnine.space - Migrate to code.rocketnine.space

@ -32,4 +32,4 @@ Please share issues and suggestions [here](https://code.rocketnine.space/tslocum
## Dependencies ## 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 { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "30.0.2" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
applicationId "space.rocketnine.xenia" applicationId "space.rocketnine.xenia"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 14 versionCode 15
versionName "0.1.4" versionName "0.1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -31,7 +31,7 @@ android {
ext { ext {
// https://code.rocketnine.space/tslocum/gmitohtml // https://code.rocketnine.space/tslocum/gmitohtml
gmitohtmlVersion = "v1.0.4" gmitohtmlVersion = "v1.0.5"
} }
task bindLibrary(type: Exec) { task bindLibrary(type: Exec) {

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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…
Cancel
Save