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
a5e31699
Commit
a5e31699
authored
Mar 01, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
64a3d75b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
mobile/build.sbt
mobile/build.sbt
+2
-2
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+2
-0
project/plugins.sbt
project/plugins.sbt
+1
-1
No files found.
mobile/build.sbt
View file @
a5e31699
...
...
@@ -19,7 +19,7 @@ val playServicesVersion = "10.2.0"
resolvers
+=
Resolver
.
jcenterRepo
libraryDependencies
++=
"com.futuremind.recyclerfastscroll"
%
"fastscroll"
%
"0.2.5"
::
"com.evernote"
%
"android-job"
%
"1.1.
6
"
::
"com.evernote"
%
"android-job"
%
"1.1.
7
"
::
"com.github.jorgecastilloprz"
%
"fabprogresscircle"
%
"1.01"
::
"com.google.android.gms"
%
"play-services-ads"
%
playServicesVersion
::
"com.google.android.gms"
%
"play-services-analytics"
%
playServicesVersion
::
...
...
@@ -28,7 +28,7 @@ libraryDependencies ++=
"com.mikepenz"
%
"crossfader"
%
"1.5.0"
::
"com.mikepenz"
%
"fastadapter"
%
"2.1.7"
::
"com.mikepenz"
%
"iconics-core"
%
"2.8.2"
::
"com.mikepenz"
%
"materialdrawer"
%
"5.8.
1
"
::
"com.mikepenz"
%
"materialdrawer"
%
"5.8.
2
"
::
"com.mikepenz"
%
"materialize"
%
"1.0.1"
::
"com.squareup.okhttp3"
%
"okhttp"
%
"3.6.0"
::
"com.twofortyfouram"
%
"android-plugin-api-for-locale"
%
"1.0.2"
::
...
...
mobile/src/main/AndroidManifest.xml
View file @
a5e31699
...
...
@@ -144,6 +144,8 @@
android:process=
":bg"
/>
<service
android:name=
"com.evernote.android.job.gcm.PlatformGcmService"
android:process=
":bg"
/>
<service
android:name=
"com.evernote.android.job.JobRescheduleService"
android:process=
":bg"
/>
<receiver
android:name=
"com.evernote.android.job.v14.PlatformAlarmReceiver"
android:process=
":bg"
/>
<receiver
android:name=
"com.evernote.android.job.JobBootReceiver"
...
...
project/plugins.sbt
View file @
a5e31699
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.7.
5
"
)
addSbtPlugin
(
"org.scala-android"
%
"sbt-android"
%
"1.7.
6
"
)
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