From fe5f1c0125b03bb6438fee37fbdd9e0f7cfa9015 Mon Sep 17 00:00:00 2001 From: Zhenjie Yan Date: Fri, 25 Sep 2020 15:10:37 +0800 Subject: [PATCH] Release v2.1.5. --- README.md | 8 ++++---- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d92dccc..8043247 100644 --- a/README.md +++ b/README.md @@ -110,14 +110,14 @@ buildscript { } dependencies { - classpath 'com.yanzhenjie.andserver:plugin:2.1.4' + classpath 'com.yanzhenjie.andserver:plugin:2.1.5' ... } } ... ``` -And then apply it in your module: +And then add `AndServer` dependency to your moduel: ```gradle apply plugin: 'com.yanzhenjie.andserver' @@ -125,8 +125,8 @@ apply plugin: 'com.yanzhenjie.andserver' ... dependencies { - implementation 'com.yanzhenjie.andserver:api:2.1.4' - annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.4' + implementation 'com.yanzhenjie.andserver:api:2.1.5' + annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.5' ... } ``` diff --git a/build.gradle b/build.gradle index 1513152..2db53c6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.6.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5' - classpath 'com.yanzhenjie.andserver:plugin:2.1.3' + classpath "com.yanzhenjie.andserver:plugin:2.1.5" } } diff --git a/gradle.properties b/gradle.properties index 4d2c2e3..9120627 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true PROJECT_GROUP=com.yanzhenjie.andserver -PROJECT_VERSION=2.1.4 +PROJECT_VERSION=2.1.5 POM_DESCRIPTION=Android web server.