We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af381b commit e193577Copy full SHA for e193577
1 file changed
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
repositories {
5
jcenter()
6
maven {
7
- url 'https://maven.google.com/'
+ url 'https://dl.google.com/dl/android/maven2/'
8
name 'Google'
9
}
10
@@ -23,7 +23,7 @@ allprojects {
23
mavenCentral() //sonatype的maven库
24
mavenLocal() //本地的maven库
25
26
- url 'https://maven.google.com/' //谷歌的maven库
+ url 'https://dl.google.com/dl/android/maven2/' //谷歌的maven库
27
28
29
@@ -77,6 +77,8 @@ subprojects {
77
78
79
packagingOptions {
80
+ doNotStrip '*/mips/*.so'
81
+ doNotStrip '*/mips64/*.so'
82
exclude 'META-INF/DEPENDENCIES.txt'
83
exclude 'META-INF/LICENSE.txt'
84
exclude 'META-INF/NOTICE.txt'
0 commit comments