diff --git a/AndroidWiFiADB.iml b/AndroidWiFiADB.iml index e9c44ad..3393225 100644 --- a/AndroidWiFiADB.iml +++ b/AndroidWiFiADB.iml @@ -1,19 +1,146 @@ - + - + + + - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 3f9687c..e755683 100644 --- a/build.gradle +++ b/build.gradle @@ -2,9 +2,6 @@ buildscript { repositories { mavenCentral() } - dependencies { - classpath "org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0x" - } } plugins { @@ -15,10 +12,9 @@ apply plugin: 'org.jetbrains.intellij' apply plugin: 'java' apply plugin: 'checkstyle' apply plugin: 'jacoco' -apply plugin: 'com.github.kt3k.coveralls' group 'com.github.pedrovgs' -version '1.3-SNAPSHOT' +version '2.1' sourceCompatibility = 1.6 @@ -45,17 +41,4 @@ task checkstyle(type: Checkstyle) { exclude '**/gen/**' classpath = files() -} - -jacoco { - toolVersion = "0.7.5.201505241946" - reportsDir = file("$buildDir/reports") -} - -jacocoTestReport { - reports { - html.enabled = true - xml.enabled = true - csv.enabled = false - } } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 918a416..e3f9440 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Nov 21 15:24:09 EET 2015 +#Tue Dec 15 00:42:48 CET 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 5036d27..75c4c64 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,9 +2,9 @@ com.github.pedrovgs.androidwifiadb Android WiFi ADB - 2.1-SNAPSHOT - - Pedro Vicente Gómez Sánchez + 2.1 + + Pedro Vicente Gomez Sanchez 1.1: Fixes for Windows and Linux.
1.2: Remove the usage of the ANDROID_HOME environment variable. This variable is not needed now.
- 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. + 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.
+ 2.1: Fix bug associated to some device installations where the adb installation was not recognized. ]]> @@ -61,4 +62,4 @@ -
+ \ No newline at end of file