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
6cd4fde3
Commit
6cd4fde3
authored
Jun 19, 2021
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
19920fcb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
build.gradle.kts
build.gradle.kts
+2
-2
core/build.gradle.kts
core/build.gradle.kts
+5
-5
mobile/build.gradle.kts
mobile/build.gradle.kts
+3
-3
repositories.gradle.kts
repositories.gradle.kts
+1
-1
No files found.
build.gradle.kts
View file @
6cd4fde3
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins
{
id
(
"com.github.ben-manes.versions"
)
version
"0.3
8
.0"
id
(
"com.github.ben-manes.versions"
)
version
"0.3
9
.0"
}
buildscript
{
...
...
@@ -18,7 +18,7 @@ buildscript {
classpath
(
rootProject
.
extra
[
"androidPlugin"
].
toString
())
classpath
(
kotlin
(
"gradle-plugin"
,
kotlinVersion
))
classpath
(
"com.google.android.gms:oss-licenses-plugin:0.10.4"
)
classpath
(
"com.google.firebase:firebase-crashlytics-gradle:2.
6.1
"
)
classpath
(
"com.google.firebase:firebase-crashlytics-gradle:2.
7.0
"
)
classpath
(
"com.google.gms:google-services:4.3.8"
)
classpath
(
"com.vanniktech:gradle-maven-publish-plugin:0.14.2"
)
classpath
(
"gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3"
)
...
...
core/build.gradle.kts
View file @
6cd4fde3
...
...
@@ -69,10 +69,10 @@ dependencies {
val
workVersion
=
"2.5.0"
api
(
project
(
":plugin"
))
api
(
"androidx.core:core-ktx:1.6.0-
beta
01"
)
api
(
"androidx.core:core-ktx:1.6.0-
rc
01"
)
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api
(
"androidx.drawerlayout:drawerlayout:1.1.1"
)
api
(
"androidx.fragment:fragment-ktx:1.3.
4
"
)
api
(
"androidx.fragment:fragment-ktx:1.3.
5
"
)
api
(
"com.google.android.material:material:1.3.0"
)
api
(
"androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
)
...
...
@@ -82,11 +82,11 @@ dependencies {
api
(
"androidx.work:work-multiprocess:$workVersion"
)
api
(
"androidx.work:work-runtime-ktx:$workVersion"
)
api
(
"com.google.android.gms:play-services-oss-licenses:17.0.0"
)
api
(
"com.google.code.gson:gson:2.8.
6
"
)
api
(
"com.google.code.gson:gson:2.8.
7
"
)
api
(
"com.google.firebase:firebase-analytics-ktx:19.0.0"
)
api
(
"com.google.firebase:firebase-crashlytics:18.0.
0
"
)
api
(
"com.google.firebase:firebase-crashlytics:18.0.
1
"
)
api
(
"com.jakewharton.timber:timber:4.7.1"
)
api
(
"dnsjava:dnsjava:3.
3.1
"
)
api
(
"dnsjava:dnsjava:3.
4.0
"
)
api
(
"org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
)
api
(
"org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion"
)
kapt
(
"androidx.room:room-compiler:$roomVersion"
)
...
...
mobile/build.gradle.kts
View file @
6cd4fde3
...
...
@@ -17,12 +17,12 @@ dependencies {
implementation
(
"androidx.browser:browser:1.3.0"
)
implementation
(
"androidx.camera:camera-camera2:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-lifecycle:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-view:1.0.0-alpha2
4
"
)
implementation
(
"androidx.camera:camera-view:1.0.0-alpha2
5
"
)
implementation
(
"androidx.constraintlayout:constraintlayout:2.0.4"
)
implementation
(
"androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion"
)
implementation
(
"com.google.mlkit:barcode-scanning:16.1.
1
"
)
implementation
(
"com.google.mlkit:barcode-scanning:16.1.
2
"
)
implementation
(
"com.google.zxing:core:3.4.1"
)
implementation
(
"com.takisoft.preferencex:preferencex-simplemenu:1.1.0"
)
implementation
(
"com.twofortyfouram:android-plugin-api-for-locale:1.0.4"
)
implementation
(
"me.zhanghai.android.fastscroll:library:1.1.
5
"
)
implementation
(
"me.zhanghai.android.fastscroll:library:1.1.
6
"
)
}
repositories.gradle.kts
View file @
6cd4fde3
rootProject
.
extra
.
apply
{
set
(
"androidPlugin"
,
"com.android.tools.build:gradle:4.2.1"
)
set
(
"kotlinVersion"
,
"1.5.0"
)
set
(
"kotlinVersion"
,
"1.5.
1
0"
)
}
repositories
{
...
...
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