File tree 12 files changed +9
-10
lines changed 12 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2014-2016 Iurii Sergiichuk
189
+ Copyright 2014-2018 Yurii Serhiichuk
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ AndroidScreencast
2
2
=================
3
3
4
4
[ ![ Build Status Travis-CI] [ travis_badge ]] [ travis ]   ;
5
- [ ![ Dependency Status] [ versioneye_badge ]] [ versioneye ]   ;
6
5
[ ![ Codacy Badge] [ codacy_badge ]] [ codacy ]   ;
7
6
[ ![ Join the chat at https://gitter.im/AndroidScreencast/Lobby ] [ gitter_badge ]] [ gitter ]   ;
8
7
[ ![ Apache License] [ license_badge ]] [ license ]
Original file line number Diff line number Diff line change 16
16
<resources >
17
17
<j2se version =" 1.8+" />
18
18
<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" />
20
20
</resources >
21
21
<application-desc main-class =" com.github.xsavikx.androidscreencast.Main" />
22
22
</jnlp >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.xsavikx</groupId >
5
5
<artifactId >androidscreencast</artifactId >
6
- <version >0.0.12s </version >
6
+ <version >0.0.13s </version >
7
7
<name >Android Screencast</name >
8
8
<packaging >jar</packaging >
9
9
<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>
12
12
<slf4j .version>1.7.25</slf4j .version>
13
13
<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>
15
15
<main .class>com.github.xsavikx.androidscreencast.Main</main .class>
16
16
<jdk .version>1.8</jdk .version>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
63
63
<plugins >
64
64
<plugin >
65
65
<artifactId >maven-compiler-plugin</artifactId >
66
- <version >3.7 .0</version >
66
+ <version >3.8 .0</version >
67
67
<configuration >
68
68
<source >${jdk.version} </source >
69
69
<target >${jdk.version} </target >
You can’t perform that action at this time.
0 commit comments