This repository was archived by the owner on May 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply plugin: 'checkstyle'
14
14
apply plugin : ' jacoco'
15
15
16
16
group ' com.github.pedrovgs'
17
- version ' 2.4-SNAPSHOT '
17
+ version ' 2.4'
18
18
19
19
sourceCompatibility = 1.6
20
20
Original file line number Diff line number Diff line change 2
2
<idea-plugin version =" 2" >
3
3
<id >com.github.pedrovgs.androidwifiadb</id >
4
4
<name >Android WiFi ADB</name >
5
- <version >2.4-SNAPSHOT </version >
5
+ <version >2.4</version >
6
6
<vendor email =" pedrovicente.gomez at gmail dot com" url =" http://www.github.com/pedrovgs" >
7
7
Pedro Vicente Gomez Sanchez
8
8
</vendor >
17
17
</description >
18
18
19
19
<change-notes ><![CDATA[
20
+ 2.4: Generate the plugin binary using Java 1.6 instead of Java 1.8.
20
21
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>
21
22
2.2: Update error message shown when the device is not properly connected.<br>
22
23
2.1: Fix bug associated to some device installations where the adb installation was not recognized.<br>
You can’t perform that action at this time.
0 commit comments