Skip to content

Commit 3687afb

Browse files
author
hswu3
committed
增加配置5
1 parent f839982 commit 3687afb

File tree

149 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ dependencies {
3838
testImplementation 'junit:junit:4.+'
3939
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4040
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
41-
implementation project(':wtplayer')
41+
implementation project(':wtplayerlib')
4242
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include ':wtplayer'
1+
include ':wtplayerlib'
22
include ':app'
33
rootProject.name = "wtplayer"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'kotlin-kapt'
55
apply plugin: 'com.github.dcendents.android-maven'
6-
group='com.github.wuhongsheng:wtplayer'
6+
group='com.github.wuhongsheng'
77

88
android {
99
compileSdkVersion 29
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)