Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PushPlatformDemo
Project
Project
Details
Activity
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
pengjunjing
PushPlatformDemo
Commits
1e91c390
Commit
1e91c390
authored
May 17, 2021
by
pengjunjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加项目依赖
parent
f0c9e310
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
.gitignore
.gitignore
+1
-0
build.gradle
build.gradle
+2
-2
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+6
-0
No files found.
.gitignore
View file @
1e91c390
...
...
@@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
/.idea/
build.gradle
View file @
1e91c390
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.
3.72
'
ext
.
kotlin_version
=
'1.
5.0
'
repositories
{
google
()
mavenCentral
()
}
dependencies
{
classpath
"com.android.tools.build:gradle:4.2.
0
"
classpath
"com.android.tools.build:gradle:4.2.
1
"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
...
...
gradle/wrapper/gradle-wrapper.jar
0 → 100644
View file @
1e91c390
File added
gradle/wrapper/gradle-wrapper.properties
0 → 100644
View file @
1e91c390
#Mon May 17 17:26:47 CST 2021
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
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