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
01dbcec7
Commit
01dbcec7
authored
Jun 27, 2020
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
18f5aff8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
buildSrc/src/main/kotlin/Helpers.kt
buildSrc/src/main/kotlin/Helpers.kt
+2
-2
repositories.gradle.kts
repositories.gradle.kts
+1
-1
No files found.
buildSrc/src/main/kotlin/Helpers.kt
View file @
01dbcec7
...
@@ -11,7 +11,7 @@ import org.gradle.kotlin.dsl.getByName
...
@@ -11,7 +11,7 @@ import org.gradle.kotlin.dsl.getByName
import
org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions
import
org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions
import
java.util.*
import
java.util.*
const
val
lifecycleVersion
=
"2.
2.0
"
const
val
lifecycleVersion
=
"2.
3.0-alpha05
"
private
val
Project
.
android
get
()
=
extensions
.
getByName
<
BaseExtension
>(
"android"
)
private
val
Project
.
android
get
()
=
extensions
.
getByName
<
BaseExtension
>(
"android"
)
...
@@ -56,7 +56,7 @@ fun Project.setupCore() {
...
@@ -56,7 +56,7 @@ fun Project.setupCore() {
compileOptions
.
isCoreLibraryDesugaringEnabled
=
true
compileOptions
.
isCoreLibraryDesugaringEnabled
=
true
ndkVersion
=
"21.3.6528147"
ndkVersion
=
"21.3.6528147"
}
}
dependencies
.
add
(
"coreLibraryDesugaring"
,
"com.android.tools:desugar_jdk_libs:1.0.
5
"
)
dependencies
.
add
(
"coreLibraryDesugaring"
,
"com.android.tools:desugar_jdk_libs:1.0.
9
"
)
}
}
private
val
abiCodes
=
mapOf
(
"armeabi-v7a"
to
1
,
"arm64-v8a"
to
2
,
"x86"
to
3
,
"x86_64"
to
4
)
private
val
abiCodes
=
mapOf
(
"armeabi-v7a"
to
1
,
"arm64-v8a"
to
2
,
"x86"
to
3
,
"x86_64"
to
4
)
...
...
repositories.gradle.kts
View file @
01dbcec7
rootProject
.
extra
.
apply
{
rootProject
.
extra
.
apply
{
set
(
"androidPlugin"
,
"com.android.tools.build:gradle:4.1.0-beta0
1
"
)
set
(
"androidPlugin"
,
"com.android.tools.build:gradle:4.1.0-beta0
2
"
)
set
(
"kotlinVersion"
,
"1.3.72"
)
set
(
"kotlinVersion"
,
"1.3.72"
)
}
}
...
...
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