Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
Widget
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Android Widget
Widget
Commits
d515433d
Commit
d515433d
authored
Dec 13, 2022
by
王雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改fetch版本为1.0.0
parent
a763ab98
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
build.gradle
+1
-1
build.gradle
fetch/build.gradle
+1
-1
build.gradle
widgetlib/build.gradle
+1
-1
No files found.
build.gradle
View file @
d515433d
...
...
@@ -4,7 +4,7 @@ buildscript {
ext
.
kotlin_version
=
'1.4.20'
ext
.
lintVersion
=
'26.5.0'
ext
.
lifecycle_version
=
"2.2.5"
ext
.
widgetlib_version
=
"1.
1.33-SNAPSHOT
"
ext
.
widgetlib_version
=
"1.
0.2
"
repositories
{
maven
{
url
'https://maven.aliyun.com/nexus/content/groups/public/'
}
// 阿里云镜像
maven
{
url
'https://maven.aliyun.com/nexus/content/repositories/jcenter'
}
...
...
fetch/build.gradle
View file @
d515433d
...
...
@@ -63,7 +63,7 @@ repositories {
mavenCentral
()
}
group
'com.qmai.android.fetch'
version
'1.
2.62-SNAPSHOT
'
version
'1.
0.0
'
gradlePublish
{
...
...
widgetlib/build.gradle
View file @
d515433d
...
...
@@ -50,7 +50,7 @@ repositories {
group
'com.qmai.android.sdk'
version
'1.0.
1
'
version
'1.0.
2
'
gradlePublish
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment