Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Prepare release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jul 25, 2016
1 parent 7359f16 commit db9163f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'checkstyle'
apply plugin: 'jacoco'

group 'com.github.pedrovgs'
version '2.3-SNAPSHOT'
version '2.3'

sourceCompatibility = 1.6

Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin version="2">
<id>com.github.pedrovgs.androidwifiadb</id>
<name>Android WiFi ADB</name>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<vendor email="pedrovicente.gomez at gmail dot com" url="http://www.github.com/pedrovgs">
Pedro Vicente Gomez Sanchez
</vendor>
Expand All @@ -17,12 +17,13 @@
</description>

<change-notes><![CDATA[
2.2: Update error message shown when the device is not properly connected.
2.3: Update the main action configuration to be shown in the NavBarToolBar and also in the MainToolBar if the first on is disabled.<br>
2.2: Update error message shown when the device is not properly connected.<br>
2.1: Fix bug associated to some device installations where the adb installation was not recognized.<br>
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.<br>
1.2: Remove the usage of the ANDROID_HOME environment variable. This variable is not needed now.<br>
1.1: Fixes for Windows and Linux.<br>
1.0: Initial version.
1.0: Initial version.<br>
]]>
</change-notes>

Expand Down

0 comments on commit db9163f

Please sign in to comment.