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
ea1b0bfa
Commit
ea1b0bfa
authored
Jul 23, 2020
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
3f20838f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
build.gradle.kts
build.gradle.kts
+1
-1
buildSrc/src/main/kotlin/Helpers.kt
buildSrc/src/main/kotlin/Helpers.kt
+1
-1
core/build.gradle.kts
core/build.gradle.kts
+2
-2
core/src/main/java/com/github/shadowsocks/net/DnsResolverCompat.kt
...main/java/com/github/shadowsocks/net/DnsResolverCompat.kt
+0
-1
mobile/build.gradle.kts
mobile/build.gradle.kts
+3
-3
No files found.
build.gradle.kts
View file @
ea1b0bfa
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins
{
plugins
{
id
(
"com.github.ben-manes.versions"
)
version
"0.2
8
.0"
id
(
"com.github.ben-manes.versions"
)
version
"0.2
9
.0"
}
}
buildscript
{
buildscript
{
...
...
buildSrc/src/main/kotlin/Helpers.kt
View file @
ea1b0bfa
...
@@ -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.3.0-alpha0
5
"
const
val
lifecycleVersion
=
"2.3.0-alpha0
6
"
private
val
Project
.
android
get
()
=
extensions
.
getByName
<
BaseExtension
>(
"android"
)
private
val
Project
.
android
get
()
=
extensions
.
getByName
<
BaseExtension
>(
"android"
)
...
...
core/build.gradle.kts
View file @
ea1b0bfa
...
@@ -68,10 +68,10 @@ tasks.clean.dependsOn("cargoClean")
...
@@ -68,10 +68,10 @@ tasks.clean.dependsOn("cargoClean")
dependencies
{
dependencies
{
val
coroutinesVersion
=
"1.3.6"
val
coroutinesVersion
=
"1.3.6"
val
roomVersion
=
"2.2.5"
val
roomVersion
=
"2.2.5"
val
workVersion
=
"2.4.0
-rc01
"
val
workVersion
=
"2.4.0"
api
(
project
(
":plugin"
))
api
(
project
(
":plugin"
))
api
(
"androidx.fragment:fragment-ktx:1.3.0-alpha0
6
"
)
api
(
"androidx.fragment:fragment-ktx:1.3.0-alpha0
7
"
)
api
(
"androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
)
api
(
"androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
)
api
(
"androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycleVersion"
)
api
(
"androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycleVersion"
)
api
(
"androidx.preference:preference:1.1.1"
)
api
(
"androidx.preference:preference:1.1.1"
)
...
...
core/src/main/java/com/github/shadowsocks/net/DnsResolverCompat.kt
View file @
ea1b0bfa
...
@@ -68,7 +68,6 @@ sealed class DnsResolverCompat {
...
@@ -68,7 +68,6 @@ sealed class DnsResolverCompat {
}
}
}
}
@Throws
(
IOException
::
class
)
abstract
suspend
fun
resolve
(
network
:
Network
,
host
:
String
):
Array
<
InetAddress
>
abstract
suspend
fun
resolve
(
network
:
Network
,
host
:
String
):
Array
<
InetAddress
>
abstract
suspend
fun
resolveOnActiveNetwork
(
host
:
String
):
Array
<
InetAddress
>
abstract
suspend
fun
resolveOnActiveNetwork
(
host
:
String
):
Array
<
InetAddress
>
abstract
suspend
fun
resolveRaw
(
network
:
Network
,
query
:
ByteArray
):
ByteArray
abstract
suspend
fun
resolveRaw
(
network
:
Network
,
query
:
ByteArray
):
ByteArray
...
...
mobile/build.gradle.kts
View file @
ea1b0bfa
...
@@ -12,15 +12,15 @@ setupApp()
...
@@ -12,15 +12,15 @@ setupApp()
android
.
defaultConfig
.
applicationId
=
"com.github.shadowsocks"
android
.
defaultConfig
.
applicationId
=
"com.github.shadowsocks"
dependencies
{
dependencies
{
val
cameraxVersion
=
"1.0.0-beta0
6
"
val
cameraxVersion
=
"1.0.0-beta0
7
"
implementation
(
"androidx.browser:browser:1.2.0"
)
implementation
(
"androidx.browser:browser:1.2.0"
)
implementation
(
"androidx.camera:camera-camera2:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-camera2:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-lifecycle:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-lifecycle:$cameraxVersion"
)
implementation
(
"androidx.camera:camera-view:1.0.0-alpha1
3
"
)
implementation
(
"androidx.camera:camera-view:1.0.0-alpha1
4
"
)
implementation
(
"androidx.constraintlayout:constraintlayout:2.0.0-beta8"
)
implementation
(
"androidx.constraintlayout:constraintlayout:2.0.0-beta8"
)
implementation
(
"androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion"
)
implementation
(
"androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion"
)
implementation
(
"com.google.firebase:firebase-ads:19.
2
.0"
)
implementation
(
"com.google.firebase:firebase-ads:19.
3
.0"
)
implementation
(
"com.google.mlkit:barcode-scanning:16.0.1"
)
implementation
(
"com.google.mlkit:barcode-scanning:16.0.1"
)
implementation
(
"com.google.zxing:core:3.4.0"
)
implementation
(
"com.google.zxing:core:3.4.0"
)
implementation
(
"com.takisoft.preferencex:preferencex-simplemenu:1.1.0"
)
implementation
(
"com.takisoft.preferencex:preferencex-simplemenu:1.1.0"
)
...
...
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