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
2d4d5edf
Commit
2d4d5edf
authored
May 30, 2016
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
86f32ea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.sbt
build.sbt
+4
-4
project/plugins.sbt
project/plugins.sbt
+1
-1
No files found.
build.sbt
View file @
2d4d5edf
...
@@ -32,9 +32,9 @@ libraryDependencies ++= Seq(
...
@@ -32,9 +32,9 @@ libraryDependencies ++= Seq(
"eu.chainfire"
%
"libsuperuser"
%
"1.0.0.201602271131"
,
"eu.chainfire"
%
"libsuperuser"
%
"1.0.0.201602271131"
,
"com.google.zxing"
%
"android-integration"
%
"3.2.1"
,
"com.google.zxing"
%
"android-integration"
%
"3.2.1"
,
"net.glxn.qrgen"
%
"android"
%
"2.0"
,
"net.glxn.qrgen"
%
"android"
%
"2.0"
,
"com.google.android.gms"
%
"play-services-base"
%
"9.0.
0
"
,
"com.google.android.gms"
%
"play-services-base"
%
"9.0.
1
"
,
"com.google.android.gms"
%
"play-services-ads"
%
"9.0.
0
"
,
"com.google.android.gms"
%
"play-services-ads"
%
"9.0.
1
"
,
"com.google.android.gms"
%
"play-services-analytics"
%
"9.0.
0
"
,
"com.google.android.gms"
%
"play-services-analytics"
%
"9.0.
1
"
,
"com.android.support"
%
"design"
%
"23.4.0"
,
"com.android.support"
%
"design"
%
"23.4.0"
,
"com.android.support"
%
"gridlayout-v7"
%
"23.4.0"
,
"com.android.support"
%
"gridlayout-v7"
%
"23.4.0"
,
"com.android.support"
%
"cardview-v7"
%
"23.4.0"
,
"com.android.support"
%
"cardview-v7"
%
"23.4.0"
,
...
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
...
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
"com.j256.ormlite"
%
"ormlite-core"
%
"4.48"
,
"com.j256.ormlite"
%
"ormlite-core"
%
"4.48"
,
"com.j256.ormlite"
%
"ormlite-android"
%
"4.48"
,
"com.j256.ormlite"
%
"ormlite-android"
%
"4.48"
,
"com.twofortyfouram"
%
"android-plugin-api-for-locale"
%
"1.0.2"
,
"com.twofortyfouram"
%
"android-plugin-api-for-locale"
%
"1.0.2"
,
"com.github.clans"
%
"fab"
%
"1.6.
3
"
"com.github.clans"
%
"fab"
%
"1.6.
4
"
)
)
proguardVersion
in
Android
:=
"5.2.1"
proguardVersion
in
Android
:=
"5.2.1"
...
...
project/plugins.sbt
View file @
2d4d5edf
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.6.
2
"
)
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.6.
3
"
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.10"
)
addSbtPlugin
(
"com.timushev.sbt"
%
"sbt-updates"
%
"0.1.10"
)
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