Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
24aea2ad
Commit
24aea2ad
authored
Aug 19, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
a2a76bc6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
core/build.gradle
core/build.gradle
+3
-3
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
plugin/build.gradle
plugin/build.gradle
+1
-1
No files found.
core/build.gradle
View file @
24aea2ad
...
@@ -52,7 +52,7 @@ androidExtensions {
...
@@ -52,7 +52,7 @@ androidExtensions {
def
coroutinesVersion
=
'1.3.0-RC2'
def
coroutinesVersion
=
'1.3.0-RC2'
def
lifecycleVersion
=
'2.1.0-rc01'
def
lifecycleVersion
=
'2.1.0-rc01'
def
roomVersion
=
'2.1.0'
def
roomVersion
=
'2.1.0'
def
workVersion
=
'2.2.0
-rc01
'
def
workVersion
=
'2.2.0'
dependencies
{
dependencies
{
api
project
(
':plugin'
)
api
project
(
':plugin'
)
api
"androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
api
"androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
...
@@ -64,8 +64,8 @@ dependencies {
...
@@ -64,8 +64,8 @@ dependencies {
api
"androidx.work:work-gcm:$workVersion"
api
"androidx.work:work-gcm:$workVersion"
api
'com.crashlytics.sdk.android:crashlytics:2.10.1'
api
'com.crashlytics.sdk.android:crashlytics:2.10.1'
api
'com.google.code.gson:gson:2.8.5'
api
'com.google.code.gson:gson:2.8.5'
api
'com.google.firebase:firebase-
config:18.0
.0'
api
'com.google.firebase:firebase-
analytics:17.1
.0'
api
'com.google.firebase:firebase-co
re:17.0.1
'
api
'com.google.firebase:firebase-co
nfig:19.0.0
'
api
'dnsjava:dnsjava:2.1.9'
api
'dnsjava:dnsjava:2.1.9'
api
"org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
api
"org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
api
"org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion"
api
"org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion"
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
24aea2ad
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
5.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
6
-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
plugin/build.gradle
View file @
24aea2ad
...
@@ -56,7 +56,7 @@ mavenPublish {
...
@@ -56,7 +56,7 @@ mavenPublish {
dependencies
{
dependencies
{
api
'androidx.core:core-ktx:1.1.0-rc03'
api
'androidx.core:core-ktx:1.1.0-rc03'
api
'androidx.drawerlayout:drawerlayout:1.1.0-alpha0
2
'
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api
'androidx.drawerlayout:drawerlayout:1.1.0-alpha0
3
'
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api
'com.google.android.material:material:1.1.0-alpha09'
api
'com.google.android.material:material:1.1.0-alpha09'
api
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation
"junit:junit:$junitVersion"
testImplementation
"junit:junit:$junitVersion"
...
...
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