Skip to content

Commit 348b42c

Browse files
committed
Updating ScrCpy Server to v1.13
1 parent f565f24 commit 348b42c

File tree

9 files changed

+136
-30
lines changed

9 files changed

+136
-30
lines changed

Diff for: .idea/caches/build_file_checksums.ser

-33 Bytes
Binary file not shown.

Diff for: .idea/codeStyles/Project.xml

+109-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/gradle.xml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/misc.xml

+16-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: app/src/main/assets/scrcpy-server.jar

11.2 KB
Binary file not shown.

Diff for: app/src/main/assets/scrcpy-server_old.jar

15.8 KB
Binary file not shown.

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.3'
10+
classpath 'com.android.tools.build:gradle:3.6.3'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jun 21 08:22:05 IST 2018
1+
#Fri May 22 23:23:45 IST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)