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

Commit 0da9901

Browse files
committed
Prepare release 2.4
1 parent 2bb796f commit 0da9901

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'checkstyle'
1414
apply plugin: 'jacoco'
1515

1616
group 'com.github.pedrovgs'
17-
version '2.4-SNAPSHOT'
17+
version '2.4'
1818

1919
sourceCompatibility = 1.6
2020

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<idea-plugin version="2">
33
<id>com.github.pedrovgs.androidwifiadb</id>
44
<name>Android WiFi ADB</name>
5-
<version>2.4-SNAPSHOT</version>
5+
<version>2.4</version>
66
<vendor email="pedrovicente.gomez at gmail dot com" url="http://www.github.com/pedrovgs">
77
Pedro Vicente Gomez Sanchez
88
</vendor>
@@ -17,6 +17,7 @@
1717
</description>
1818

1919
<change-notes><![CDATA[
20+
2.4: Generate the plugin binary using Java 1.6 instead of Java 1.8.
2021
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>
2122
2.2: Update error message shown when the device is not properly connected.<br>
2223
2.1: Fix bug associated to some device installations where the adb installation was not recognized.<br>

0 commit comments

Comments
 (0)