@@ -67,6 +67,26 @@ kapt {
67
67
generateStubs = true
68
68
}
69
69
70
+ repositories {
71
+ maven {
72
+ url " https://jitpack.io"
73
+ content {
74
+ includeGroup " com.github.MFlisar"
75
+ includeGroup " com.github.turing-tech"
76
+ }
77
+ }
78
+ maven {
79
+ url " https://oss.sonatype.org/content/repositories/snapshots/"
80
+ content { includeGroup " com.mikepenz.thirdparty" }
81
+ }
82
+ jcenter() {
83
+ content {
84
+ includeGroup " com.mopub"
85
+ includeGroup " com.mopub.volley"
86
+ }
87
+ }
88
+ }
89
+
70
90
dependencies {
71
91
implementation ' androidx.multidex:multidex:2.0.1'
72
92
@@ -145,16 +165,13 @@ dependencies {
145
165
146
166
// Used to async operations
147
167
implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
148
- implementation ' io.reactivex.rxjava2:rxjava:2.2.20 '
168
+ implementation ' io.reactivex.rxjava2:rxjava:2.2.21 '
149
169
150
170
compileOnly " com.google.code.findbugs:jsr305:3.0.2"
151
171
152
172
implementation " androidx.room:room-runtime:${ versions.room} "
153
173
kapt " androidx.room:room-compiler:${ versions.room} "
154
174
155
- implementation " androidx.lifecycle:lifecycle-extensions:${ versions.lifecycle} "
156
-
157
-
158
175
configurations. all {
159
176
resolutionStrategy. force " com.mikepenz:iconics-core:${ versions.iconics} "
160
177
resolutionStrategy. force " com.mikepenz:iconics-views:${ versions.iconics} "
@@ -169,10 +186,11 @@ dependencies {
169
186
170
187
buildscript {
171
188
repositories {
172
- google ()
173
- jcenter()
189
+ mavenCentral ()
190
+ jcenter() { content { includeGroup " io.realm " } }
174
191
}
192
+
175
193
dependencies {
176
- classpath " io.realm:realm-gradle-plugin:10.3.1 "
194
+ classpath " io.realm:realm-gradle-plugin:10.4.0 "
177
195
}
178
196
}
0 commit comments