From 0da9901a9c1134b9efc06330702a1b790fb09531 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Gomez Date: Tue, 30 Aug 2016 16:48:48 +0200 Subject: [PATCH] Prepare release 2.4 --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bdac136..dd44de2 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'checkstyle' apply plugin: 'jacoco' group 'com.github.pedrovgs' -version '2.4-SNAPSHOT' +version '2.4' sourceCompatibility = 1.6 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d3a202d..f91d69f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ com.github.pedrovgs.androidwifiadb Android WiFi ADB - 2.4-SNAPSHOT + 2.4 Pedro Vicente Gomez Sanchez @@ -17,6 +17,7 @@ 2.2: Update error message shown when the device is not properly connected.
2.1: Fix bug associated to some device installations where the adb installation was not recognized.