Skip to content

Commit 21c36d1

Browse files
committed
ui
1 parent a76c406 commit 21c36d1

31 files changed

+32
-746
lines changed

.DS_Store

0 Bytes
Binary file not shown.

ProjectConfig/CmdDefault/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ProjectConfig/CmdDefault/android/gradle/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ allprojects {
1515
repositories {
1616
google()
1717
jcenter()
18+
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
19+
maven { url 'https://dl.bintray.com/umsdk/release' }
1820
flatDir {
1921
dirs 'libs'
2022
}
@@ -48,6 +50,11 @@ dependencies {
4850
implementation 'com.android.support:appcompat-v7:28.0.0'
4951
// implementation(name: 'unity-ads', ext: 'aar')
5052

53+
// 友盟统计SDK
54+
implementation 'com.umeng.umsdk:common:9.3.3' // (必选)版本号
55+
implementation 'com.umeng.umsdk:asms:1.1.4' // asms包依赖(必选)
56+
implementation 'com.umeng.umsdk:apm:1.1.0' // apm包依赖(可选)
57+
5158
//mobvista
5259
// implementation(name: 'mintegral_alphab', ext: 'aar')
5360
// implementation(name: 'mintegral_appwall', ext: 'aar')
-6 KB
Binary file not shown.
-2.45 KB
Binary file not shown.

ProjectConfig/CmdDefault/android/project_hd/config/google-services.json

Lines changed: 0 additions & 64 deletions
This file was deleted.
-6 KB
Binary file not shown.

ProjectConfig/CmdDefault/android/project_hd/res/drawable/default_splash.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

ProjectConfig/CmdDefault/android/project_hd/res/drawable/mintegral_native_banner_cta.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)