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
361c2dc7
Commit
361c2dc7
authored
Jul 11, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve gesture navigation on Android Q beta 5
parent
45fea940
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
gradlew
gradlew
+1
-1
gradlew.bat
gradlew.bat
+1
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
plugin/build.gradle
plugin/build.gradle
+2
-1
No files found.
gradle/wrapper/gradle-wrapper.properties
View file @
361c2dc7
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.5-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.5
.1
-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
gradlew
View file @
361c2dc7
...
...
@@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http
s
://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
...
...
gradlew.bat
View file @
361c2dc7
...
...
@@ -5,7 +5,7 @@
@rem
you
may
not
use
this
file
except
in
compliance
with
the
License
.
@rem
You
may
obtain
a
copy
of
the
License
at
@rem
@rem
http
://www.apache.org/licenses/LICENSE
-
2
.0
@rem
http
s
://www.apache.org/licenses/LICENSE
-
2
.0
@rem
@rem
Unless
required
by
applicable
law
or
agreed
to
in
writing
,
software
@rem
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS
,
...
...
mobile/build.gradle
View file @
361c2dc7
...
...
@@ -62,7 +62,7 @@ dependencies {
implementation
'androidx.browser:browser:1.0.0'
implementation
'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation
'com.google.android.gms:play-services-vision:18.0.0'
implementation
'com.google.firebase:firebase-ads:18.
0
.0'
implementation
'com.google.firebase:firebase-ads:18.
1
.0'
implementation
'com.takisoft.preferencex:preferencex-simplemenu:1.0.0'
implementation
'com.twofortyfouram:android-plugin-api-for-locale:1.0.4'
implementation
'net.glxn.qrgen:android:2.0'
...
...
plugin/build.gradle
View file @
361c2dc7
...
...
@@ -54,7 +54,8 @@ mavenPublish {
dependencies
{
api
'androidx.core:core-ktx:1.1.0-rc02'
api
'com.google.android.material:material:1.1.0-alpha07'
api
'androidx.drawerlayout:drawerlayout:1.1.0-alpha02'
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api
'com.google.android.material:material:1.1.0-alpha08'
api
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation
"junit:junit:$junitVersion"
androidTestImplementation
"androidx.test:runner:$androidTestVersion"
...
...
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