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
723b2b4d
Commit
723b2b4d
authored
May 08, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
0eef4711
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
core/build.gradle
core/build.gradle
+4
-4
mobile/src/main/res/layout/layout_apps.xml
mobile/src/main/res/layout/layout_apps.xml
+2
-2
plugin/build.gradle
plugin/build.gradle
+2
-2
plugin/src/main/res/layout/toolbar_light_dark.xml
plugin/src/main/res/layout/toolbar_light_dark.xml
+1
-1
No files found.
core/build.gradle
View file @
723b2b4d
...
...
@@ -52,12 +52,12 @@ dependencies {
api
'androidx.preference:preference:1.0.0'
api
"androidx.room:room-runtime:$roomVersion"
api
'androidx.work:work-runtime-ktx:2.0.1'
api
'com.crashlytics.sdk.android:crashlytics:2.
9.9
'
api
'com.google.firebase:firebase-config:1
6.5
.0'
api
'com.google.firebase:firebase-core:16.0.
8
'
api
'com.crashlytics.sdk.android:crashlytics:2.
10.0
'
api
'com.google.firebase:firebase-config:1
7.0
.0'
api
'com.google.firebase:firebase-core:16.0.
9
'
api
"com.takisoft.preferencex:preferencex:$preferencexVersion"
api
'dnsjava:dnsjava:2.1.8'
api
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.
0
'
api
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.
1
'
api
'org.connectbot.jsocks:jsocks:1.0.0'
kapt
"androidx.lifecycle:lifecycle-compiler:$lifecycleVersion"
kapt
"androidx.room:room-compiler:$roomVersion"
...
...
mobile/src/main/res/layout/layout_apps.xml
View file @
723b2b4d
...
...
@@ -7,7 +7,7 @@
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:duplicateParentState=
"false"
>
<
androidx.appcompat.widget.
Toolbar
<
com.google.android.material.appbar.Material
Toolbar
android:layout_height=
"?attr/actionBarSize"
android:layout_width=
"match_parent"
android:background=
"?attr/colorPrimary"
...
...
@@ -25,7 +25,7 @@
android:iconifiedByDefault=
"false"
android:queryHint=
"@android:string/search_go"
/>
</
androidx.appcompat.widget.
Toolbar>
</
com.google.android.material.appbar.Material
Toolbar>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"fill_parent"
...
...
plugin/build.gradle
View file @
723b2b4d
...
...
@@ -50,8 +50,8 @@ mavenPublish {
dependencies
{
api
'androidx.core:core-ktx:1.0.1'
api
'com.google.android.material:material:1.1.0-alpha0
5
'
api
"org.jetbrains.kotlin:kotlin-stdlib-jdk
7
:$kotlinVersion"
api
'com.google.android.material:material:1.1.0-alpha0
6
'
api
"org.jetbrains.kotlin:kotlin-stdlib-jdk
8
:$kotlinVersion"
testImplementation
"junit:junit:$junitVersion"
androidTestImplementation
"androidx.test:runner:$androidTestVersion"
androidTestImplementation
"androidx.test.espresso:espresso-core:$androidEspressoVersion"
...
...
plugin/src/main/res/layout/toolbar_light_dark.xml
View file @
723b2b4d
<?xml version="1.0" encoding="utf-8"?>
<
androidx.appcompat.widget.
Toolbar
<
com.google.android.material.appbar.Material
Toolbar
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_height=
"?attr/actionBarSize"
...
...
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