File tree Expand file tree Collapse file tree 8 files changed +16
-6
lines changed
Expand file tree Collapse file tree 8 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 66 - tools
77 - platform-tools
88 - tools
9- - build-tools-29.0.2
9+ - build-tools-29.0.3
1010 - android-29
1111 licenses :
1212 - ' android-sdk-preview-license-.+'
Original file line number Diff line number Diff line change 1+ # Release v20.5.1
2+
3+ * MISC: Improve logging and messaging (#482 )
4+ * NEW: Untie WebSocket implementation from Android (#481 )
5+ * FIX: Fix wildcard option check in Subscribe message (#477 )
6+
7+ ---
8+
19# Release v20.2.1
210
311* MISC: XBR Code cleaning (#473 )
Original file line number Diff line number Diff line change 11BUILD_DATE =$(shell date -u +"% Y-% m-% d")
2- AUTOBAHN_JAVA_VERSION ='20.2 .1'
2+ AUTOBAHN_JAVA_VERSION ='20.6 .1'
33AUTOBAHN_JAVA_VCS_REF ='unknown'
44
55default :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ bintray {
7676if (project. IS_ANDROID ) {
7777 android {
7878 compileSdkVersion 29
79- buildToolsVersion ' 29.0.2 '
79+ buildToolsVersion ' 29.0.3 '
8080 defaultConfig {
8181 minSdkVersion 24
8282 targetSdkVersion 29
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525 // Android specific dependencies.
2626 if (project. properties. get(' buildPlatform' , ' android' ) == ' android' ) {
2727 dependencies {
28- classpath ' com.android.tools.build:gradle:3.5.3 '
28+ classpath ' com.android.tools.build:gradle:4.0.0 '
2929 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
3030 }
3131 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: project.IS_ANDROID ? project.PLUGIN_ANDROID_APP: project.PLUGIN_JA
33if (plugins. hasPlugin(project. PLUGIN_ANDROID_APP )) {
44 android {
55 compileSdkVersion 29
6- buildToolsVersion ' 29.0.2 '
6+ buildToolsVersion ' 29.0.3 '
77
88 defaultConfig {
99 minSdkVersion 24
@@ -35,6 +35,7 @@ if (plugins.hasPlugin(project.PLUGIN_ANDROID_APP)) {
3535 exclude ' META-INF/spring.schemas'
3636 exclude ' META-INF/license.txt'
3737 exclude ' META-INF/notice.txt'
38+ exclude ' META-INF/INDEX.list'
3839 }
3940 }
4041
Original file line number Diff line number Diff line change 1+ android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4 .1-all.zip
You can’t perform that action at this time.
0 commit comments