diff --git a/CHANGELOG b/CHANGELOG index b451d12..9d1509f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.1.5: +- Fix connection issue affecting some sites + 0.1.4: - Migrate to code.rocketnine.space diff --git a/README.md b/README.md index 0059b1c..70f2ecc 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/app/build.gradle b/app/build.gradle index 68ebf89..2aea20b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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) { diff --git a/build.gradle b/build.gradle index ec19a1f..f096dcd 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a77071e..9575a17 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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