Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aniketh Girish
yuzu-browser-clone
Commits
d75fa924
Commit
d75fa924
authored
5 years ago
by
hazuki
Browse files
Options
Download
Email Patches
Plain Diff
Update libraries
parent
8de07360
dev
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/build.gradle
+1
-1
app/build.gradle
build.gradle
+1
-1
build.gradle
buildSrc/src/main/java/Dependencies.kt
+13
-10
buildSrc/src/main/java/Dependencies.kt
module/adblock/build.gradle
+1
-1
module/adblock/build.gradle
with
16 additions
and
13 deletions
+16
-13
app/build.gradle
View file @
d75fa924
...
...
@@ -99,7 +99,7 @@ buildscript {
}
dependencies
{
classpath
'io.fabric.tools:gradle:1.
29
.0'
classpath
'io.fabric.tools:gradle:1.
30
.0'
classpath
'com.cookpad.android.licensetools:license-tools-plugin:1.7.0'
}
}
...
...
This diff is collapsed.
Click to expand it.
build.gradle
View file @
d75fa924
...
...
@@ -26,7 +26,7 @@ buildscript {
classpath
'com.android.tools.build:gradle:3.4.2'
classpath
Dependencies
.
kotlin_plugin
classpath
'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath
'com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta0
4
'
classpath
'com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta0
5
'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
This diff is collapsed.
Click to expand it.
buildSrc/src/main/java/Dependencies.kt
View file @
d75fa924
...
...
@@ -30,31 +30,33 @@ object Versions {
const
val
androidX
=
"1.0.0"
const
val
appCompat
=
"1.1.0-alpha04"
const
val
activityX
=
"1.0.0-alpha06"
const
val
androidKTX
=
"1.0.
1
"
const
val
androidKTX
=
"1.0.
2
"
const
val
fragmentKtx
=
"1.0.0"
const
val
androidxRoom
=
"2.1.0
-beta01
"
const
val
androidxRoom
=
"2.1.0"
const
val
lifeCycle
=
"2.0.0"
const
val
support_fix_lib
=
androidX
const
val
support_constraint_lib
=
"1.1.3"
const
val
documentFile
=
"1.0.1"
const
val
swipeRefreshLayout
=
"1.0.0"
const
val
dagger
=
"2.2
2.1
"
const
val
dagger
=
"2.2
3.2
"
const
val
kotshi
=
"2.0.1"
const
val
okhttp
=
"
3.14.2
"
const
val
okhttp
=
"
4.0.1
"
const
val
okio
=
"2.2.2"
const
val
kvs_schema
=
"5.1.0"
const
val
kotlin
=
"1.3.
3
1"
const
val
kotlin_coroutines
=
"1.
2.1
"
const
val
kotlin
=
"1.3.
4
1"
const
val
kotlin_coroutines
=
"1.
3.0-RC
"
const
val
kotlin_anko
=
"0.10.8"
const
val
junit
=
"4.12"
const
val
assertk
=
"0.16"
const
val
espresso
=
"3.1.1"
const
val
runner
=
"1.1.0"
const
val
espresso
=
"3.2.0"
const
val
testCore
=
"1.2.0"
const
val
runner
=
"1.1.1"
const
val
header_decor
=
"0.2.8"
const
val
materialprogressbar
=
"1.6.1"
const
val
mockito
=
"
2.+
"
const
val
mockito
=
"
3.0.0
"
const
val
powermock
=
"2.0.2"
const
val
jsoup
=
"1.12.1"
const
val
re2j
=
"1.3"
}
object
AndroidX
{
...
...
@@ -111,7 +113,7 @@ object Libs {
//Test
const
val
junit
=
"junit:junit:${Versions.junit}"
const
val
espressoCore
=
"androidx.test.espresso:espresso-core:${Versions.espresso}"
const
val
androidTestCore
=
"androidx.test:core:${Versions.
runner
}"
const
val
androidTestCore
=
"androidx.test:core:${Versions.
testCore
}"
const
val
androidRunner
=
"androidx.test.ext:junit:${Versions.runner}"
const
val
assertk
=
"com.willowtreeapps.assertk:assertk-jvm:${Versions.assertk}"
const
val
mockito
=
"org.mockito:mockito-core:${Versions.mockito}"
...
...
@@ -123,6 +125,7 @@ object Libs {
const
val
header_decor
=
"ca.barrenechea.header-decor:header-decor:${Versions.header_decor}"
const
val
materialProgressBar
=
"me.zhanghai.android.materialprogressbar:library:${Versions.materialprogressbar}"
const
val
jsoup
=
"org.jsoup:jsoup:${Versions.jsoup}"
const
val
re2j
=
"com.google.re2j:re2j:${Versions.re2j}"
}
object
Dependencies
{
...
...
This diff is collapsed.
Click to expand it.
module/adblock/build.gradle
View file @
d75fa924
...
...
@@ -90,6 +90,6 @@ dependencies {
implementation
project
(
':languages'
)
implementation
project
(
':libraries:floatingactionbutton'
)
implementation
"com.google.re2j:re2j:1.2"
implementation
Libs
.
re2j
implementation
Libs
.
okhttp
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help