diff --git a/build.gradle b/build.gradle index 7dcb901..01ee52e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'checkstyle' apply plugin: 'jacoco' group 'com.github.pedrovgs' -version '2.3-SNAPSHOT' +version '2.3' sourceCompatibility = 1.6 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9d8e51d..29d2d43 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.3-SNAPSHOT + 2.3 Pedro Vicente Gomez Sanchez @@ -17,12 +17,13 @@ + 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.
2.0: Add a new Android WiFi ADB control panel showing all the devices connected by USB to be able to connect/disconnect devices individually.
1.2: Remove the usage of the ANDROID_HOME environment variable. This variable is not needed now.
1.1: Fixes for Windows and Linux.
- 1.0: Initial version. + 1.0: Initial version.
]]>