Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lblbc001 committed Nov 22, 2018
1 parent 3e600e3 commit 116698b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apply from: "config.gradle"
buildscript {

repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
google()
jcenter()
maven { url 'https://dl.bintray.com/umsdk/release' }
Expand All @@ -16,10 +13,6 @@ buildscript {

allprojects {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
google()
jcenter()
maven { url 'https://dl.bintray.com/umsdk/release' }
Expand Down
4 changes: 2 additions & 2 deletions umengLib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng.libs">
package="com.umeng.libs.share">

<application>
<activity
android:name=".share.wxapi.WXEntryActivity"
android:name=".wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:screenOrientation="portrait"
Expand Down

0 comments on commit 116698b

Please sign in to comment.