File tree Expand file tree Collapse file tree 3 files changed +24
-17
lines changed Expand file tree Collapse file tree 3 files changed +24
-17
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ dependencies {
145
145
146
146
// Used to async operations
147
147
implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
148
- implementation ' io.reactivex.rxjava2:rxjava:2.2.20 '
148
+ implementation ' io.reactivex.rxjava2:rxjava:2.2.21 '
149
149
150
150
compileOnly " com.google.code.findbugs:jsr305:3.0.2"
151
151
@@ -172,6 +172,6 @@ buildscript {
172
172
jcenter()
173
173
}
174
174
dependencies {
175
- classpath " io.realm:realm-gradle-plugin:10.3.1 "
175
+ classpath " io.realm:realm-gradle-plugin:10.4.0 "
176
176
}
177
177
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
]
10
10
11
11
setup = [
12
- gradleTools : ' 4.1.2 ' ,
12
+ gradleTools : ' 4.1.3 ' ,
13
13
compileSdk : 30 ,
14
14
buildTools : " 30.0.2" ,
15
15
minSdk : 16 ,
@@ -18,30 +18,28 @@ buildscript {
18
18
19
19
versions = [
20
20
androidX : ' 1.1.0' ,
21
- recyclerView : ' 1.1 .0' ,
21
+ recyclerView : ' 1.2 .0' ,
22
22
material : ' 1.3.0' ,
23
23
appcompat : ' 1.2.0' ,
24
24
drawerlayout : ' 1.1.0' ,
25
25
constraintLayout : ' 2.0.4' ,
26
26
cardview : ' 1.0.0' ,
27
- kotlin : ' 1.4.30 ' ,
28
- iconics : ' 5.2.5 ' ,
29
- materialdrawer : ' 8.3.2 ' ,
30
- aboutlib : ' 8.8.1 ' ,
27
+ kotlin : ' 1.4.32 ' ,
28
+ iconics : ' 5.2.8 ' ,
29
+ materialdrawer : ' 8.4.0 ' ,
30
+ aboutlib : ' 8.8.4 ' ,
31
31
roboelectric : ' 4.5.1' ,
32
- detekt : ' 1.15 .0' ,
32
+ detekt : ' 1.16 .0' ,
33
33
paging : " 2.1.2" ,
34
34
room : " 2.2.6" ,
35
- lifecycle : " 2.2.0 "
35
+ lifecycle : " 2.3.1 "
36
36
]
37
37
}
38
38
39
39
repositories {
40
- google ()
40
+ gradlePluginPortal ()
41
41
mavenCentral()
42
- maven {
43
- url " https://plugins.gradle.org/m2/"
44
- }
42
+ google()
45
43
}
46
44
dependencies {
47
45
classpath " com.android.tools.build:gradle:${ setup.gradleTools} "
@@ -55,9 +53,18 @@ allprojects {
55
53
group " com.mikepenz"
56
54
57
55
repositories {
58
- google()
59
56
mavenCentral()
60
- jcenter()
57
+ google()
58
+ maven {
59
+ // (mp) remove when available on maven center
60
+ url " https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven"
61
+ content { includeGroup " org.jetbrains.kotlinx" }
62
+ }
63
+ }
64
+
65
+ configurations. all {
66
+ resolutionStrategy. force " org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3"
67
+ // (mp) remove when available on maven center
61
68
}
62
69
}
63
70
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments