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

Commit

Permalink
Prepare release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Oct 20, 2015
1 parent 8ca84b9 commit b63f2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'java'
apply plugin: 'checkstyle'

group 'com.github.pedrovgs'
version '1.0.0'
version '1.1'

sourceCompatibility = 1.6

Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.github.pedrovgs.androidwifiadb</id>
<name>Android WiFi ADB</name>
<version>1.0</version>
<version>1.1</version>
<vendor email="[email protected]" url="http://www.github.com/pedrovgs">
Pedro Vicente Gómez Sánchez
</vendor>
Expand All @@ -10,11 +10,14 @@
Provides an action which allow you quickly connect your Android device over WiFi to install, run and debug your applications without a USB connected by pressing one button.
Connect your device using a USB cable and press the Android WiFi ADB button. Once the device be connected over WiFi you'll see an IntelliJ/Android Studio notification. Now you can disconnect your USB cable and enjoy deploying, running and debugging your applications over WiFi.
To be able to connect your device over WiFi an environment variable with name ANDROID_HOME should be configured pointing at your Android SDK.
]]>
</description>

<change-notes><![CDATA[
1.0.0: Initial version.
1.0: Initial version.
1.1: Fixes for Windows and Linux.
]]>
</change-notes>

Expand Down

0 comments on commit b63f2b2

Please sign in to comment.