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
6d6ffba8
Commit
6d6ffba8
authored
Nov 19, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
6bd2d077
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
build.sbt
build.sbt
+2
-2
mobile/build.sbt
mobile/build.sbt
+7
-7
mobile/src/overture/src/github.com/shadowsocks/overture
mobile/src/overture/src/github.com/shadowsocks/overture
+1
-1
No files found.
build.sbt
View file @
6d6ffba8
lazy
val
commonSettings
=
Seq
(
scalaVersion
:=
"2.11.1
1
"
,
scalaVersion
:=
"2.11.1
2
"
,
dexMaxHeap
:=
"4g"
,
organization
:=
"com.github.shadowsocks"
,
...
...
@@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
resolvers
+=
"google"
at
"https://maven.google.com"
)
val
supportLibsVersion
=
"27.0.
0
"
val
supportLibsVersion
=
"27.0.
1
"
lazy
val
root
=
Project
(
id
=
"shadowsocks-android"
,
base
=
file
(
"."
))
.
settings
(
commonSettings
)
.
aggregate
(
plugin
,
mobile
)
...
...
mobile/build.sbt
View file @
6d6ffba8
...
...
@@ -23,7 +23,7 @@ proguardOptions ++=
"-keep public class com.evernote.android.job.JobRescheduleService"
::
Nil
val
playServicesVersion
=
"11.
4.2
"
val
playServicesVersion
=
"11.
6.0
"
resolvers
+=
Resolver
.
jcenterRepo
libraryDependencies
++=
"com.futuremind.recyclerfastscroll"
%
"fastscroll"
%
"0.2.5"
::
...
...
@@ -34,12 +34,12 @@ libraryDependencies ++=
"com.google.android.gms"
%
"play-services-gcm"
%
playServicesVersion
::
"com.google.firebase"
%
"firebase-config"
%
playServicesVersion
::
"com.j256.ormlite"
%
"ormlite-android"
%
"5.0"
::
"com.mikepenz"
%
"crossfader"
%
"1.5.
0
"
::
"com.mikepenz"
%
"fastadapter"
%
"
2.6.3
"
::
"com.mikepenz"
%
"iconics-core"
%
"
2.9.3
"
::
"com.mikepenz"
%
"materialdrawer"
%
"
5.9.5
"
::
"com.mikepenz"
%
"materialize"
%
"1.
0.3
"
::
"com.squareup.okhttp3"
%
"okhttp"
%
"3.9.
0
"
::
"com.mikepenz"
%
"crossfader"
%
"1.5.
1
"
::
"com.mikepenz"
%
"fastadapter"
%
"
3.0.4
"
::
"com.mikepenz"
%
"iconics-core"
%
"
3.0.0
"
::
"com.mikepenz"
%
"materialdrawer"
%
"
6.0.2
"
::
"com.mikepenz"
%
"materialize"
%
"1.
1.2
"
::
"com.squareup.okhttp3"
%
"okhttp"
%
"3.9.
1
"
::
"com.twofortyfouram"
%
"android-plugin-api-for-locale"
%
"1.0.2"
::
"dnsjava"
%
"dnsjava"
%
"2.1.8"
::
"eu.chainfire"
%
"libsuperuser"
%
"1.0.0.201704021214"
::
...
...
overture
@
943e9dcb
Subproject commit
c8ec480cf716be70bc3cae2c4cd7f2733901ab09
Subproject commit
943e9dcb62c47e9016b39185c4d92592e05b6fbb
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