diff --git a/app/build.gradle b/app/build.gradle index 4271603..08a4b4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { } dependencies { - implementation fileTree(include: '*.jar', dir: 'libs') - implementation(name: 'egret', ext: 'aar') + implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.android.volley:volley:1.1.1' + implementation 'org.greenrobot:eventbus:3.2.0' } diff --git a/app/src/main/res/drawable/splash.xml b/app/src/main/res/drawable/splash.xml index 386eea7..e056061 100644 --- a/app/src/main/res/drawable/splash.xml +++ b/app/src/main/res/drawable/splash.xml @@ -1,7 +1,7 @@ - + #3F51B5 #303F9F #FF4081 + #000000 #32000000 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1f9acf3..a7cdc02 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,7 +3,7 @@ 下载游戏资源 进入游戏 preload - http://local/index.html + http://local/index.html?channel=7013 1.0.0 load_back 获取游戏版本 diff --git a/build.gradle b/build.gradle index 27787ab..3f93831 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:4.1.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb754e1..ac11540 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Nov 16 13:55:33 CST 2020 +#Thu Nov 19 11:09:11 CST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip