Skip to content

Commit d9b7893

Browse files
committed
Merge branch 'release/v0.0.13s'
2 parents efe03a3 + e067f01 commit d9b7893

12 files changed

+9
-10
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.0/maven-wrapper-0.4.0.jar
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2014-2016 Iurii Sergiichuk
189+
Copyright 2014-2018 Yurii Serhiichuk
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ AndroidScreencast
22
=================
33

44
[![Build Status Travis-CI][travis_badge]][travis] 
5-
[![Dependency Status][versioneye_badge]][versioneye] 
65
[![Codacy Badge][codacy_badge]][codacy] 
76
[![Join the chat at https://gitter.im/AndroidScreencast/Lobby][gitter_badge]][gitter] 
87
[![Apache License][license_badge]][license]

adb/linux/adb

97.9 KB
Binary file not shown.

adb/linux/fastboot

32.4 KB
Binary file not shown.

adb/macosx/adb

40.3 KB
Binary file not shown.

adb/macosx/fastboot

-800 Bytes
Binary file not shown.

adb/windows/adb.exe

82.5 KB
Binary file not shown.

adb/windows/fastboot.exe

-12.5 KB
Binary file not shown.

docs/jnlp/androidscreencast.jnlp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<resources>
1717
<j2se version="1.8+"/>
1818
<jar main="true" download="eager"
19-
href="https://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast-0.0.12s-executable.jar"/>
19+
href="https://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast-0.0.13s-executable.jar"/>
2020
</resources>
2121
<application-desc main-class="com.github.xsavikx.androidscreencast.Main"/>
2222
</jnlp>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.xsavikx</groupId>
55
<artifactId>androidscreencast</artifactId>
6-
<version>0.0.12s</version>
6+
<version>0.0.13s</version>
77
<name>Android Screencast</name>
88
<packaging>jar</packaging>
99
<properties>
10-
<dagger2.version>2.16</dagger2.version>
11-
<ddmlib.version>26.1.2</ddmlib.version>
10+
<dagger2.version>2.19</dagger2.version>
11+
<ddmlib.version>26.2.1</ddmlib.version>
1212
<slf4j.version>1.7.25</slf4j.version>
1313
<logback-classic.version>1.2.3</logback-classic.version>
14-
<guava.version>25.1-jre</guava.version>
14+
<guava.version>26.0-jre</guava.version>
1515
<main.class>com.github.xsavikx.androidscreencast.Main</main.class>
1616
<jdk.version>1.8</jdk.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -63,7 +63,7 @@
6363
<plugins>
6464
<plugin>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.7.0</version>
66+
<version>3.8.0</version>
6767
<configuration>
6868
<source>${jdk.version}</source>
6969
<target>${jdk.version}</target>

0 commit comments

Comments
 (0)