Skip to content

Commit 5c28bd3

Browse files
author
KingYin
committed
jitPack.io
1 parent 007c4a4 commit 5c28bd3

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/wangshuo/wslive/wslivedemo/LiveActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ protected void onDestroy() {
7878
}
7979

8080

81+
82+
8183
private static String getRandomAlphaString(int length) {
8284
String base = "abcdefghijklmnopqrstuvwxyz";
8385
Random random = new Random();

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.2.3'
9-
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}

libWSLive/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group='com.github.WangShuo1143368701'
25

36
android {
47
compileSdkVersion 26

0 commit comments

Comments
 (0)