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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Aug 30, 2016
1 parent 2bb796f commit 0da9901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.4-SNAPSHOT'
version '2.4'

sourceCompatibility = 1.6

Expand Down
3 changes: 2 additions & 1 deletion 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.4-SNAPSHOT</version>
<version>2.4</version>
<vendor email="pedrovicente.gomez at gmail dot com" url="http://www.github.com/pedrovgs">
Pedro Vicente Gomez Sanchez
</vendor>
Expand All @@ -17,6 +17,7 @@
</description>

<change-notes><![CDATA[
2.4: Generate the plugin binary using Java 1.6 instead of Java 1.8.
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>
Expand Down

0 comments on commit 0da9901

Please sign in to comment.