|
@@ -69,7 +69,7 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
if (rootProject.ext.module.publish) {
|
|
|
- implementation 'io.github.yyxxgame.sdk:eyuangame-sdk-ktx:1.0.2-fix1'
|
|
|
+ implementation 'io.github.yyxxgame.sdk:eyuangame-sdk-ktx:1.0.3'
|
|
|
implementation 'io.github.yyxxgame.sdk:eyuangame-component-lang-vn:1.0.2'
|
|
|
} else {
|
|
|
api project(':library_core')
|
|
@@ -82,7 +82,5 @@ dependencies {
|
|
|
// ui
|
|
|
api rootProject.ext.uiLibs
|
|
|
|
|
|
- implementation files('libs/hms-base.jar')
|
|
|
-
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
|
|
}
|