Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_push
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-03-28 11:19:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fc6ce2716fc1286d5a6ddfe9be7640d04be10e64
fc6ce271
1 parent
cf4a0aee
【修复】依赖自己的Maven
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
android/build.gradle
android/build.gradle
View file @
fc6ce27
...
...
@@ -7,6 +7,10 @@ buildscript {
maven
{
url
'https://developer.huawei.com/repo/'
}
google
()
mavenCentral
()
maven
{
allowInsecureProtocol
=
true
url
=
"http://nexus.boeart.cn/nexus/content/repositories/releases/"
}
}
dependencies
{
...
...
@@ -20,6 +24,10 @@ rootProject.allprojects {
google
()
jcenter
()
maven
{
url
'https://developer.huawei.com/repo/'
}
maven
{
allowInsecureProtocol
=
true
url
=
"http://nexus.boeart.cn/nexus/content/repositories/releases/"
}
}
}
...
...
@@ -54,7 +62,7 @@ android {
dependencies
{
def
mixpush_version
=
'2.4.0'
implementation
"io.github.mixpush:mixpush-core:
$mixpush_version
"
// 核心包
implementation
"io.github.mixpush:mixpush-core:
2.4.1
"
// 核心包
implementation
"io.github.mixpush:mixpush-huawei:$mixpush_version"
// 华为推送
implementation
group:
'com.alibaba'
,
name:
'fastjson'
,
version:
'1.2.68'
...
...
Please
register
or
login
to post a comment