File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ android {
24
24
exclude ' META-INF/LICENSE.txt'
25
25
}
26
26
27
+ compileOptions {
28
+ sourceCompatibility 1.8
29
+ targetCompatibility 1.8
30
+ }
31
+
27
32
}
28
33
29
34
dependencies {
@@ -34,7 +39,7 @@ dependencies {
34
39
implementation ' com.google.code.gson:gson:2.8.6'
35
40
implementation ' com.squareup.moshi:moshi:1.11.0'
36
41
// Required if generating JSR-303 annotations
37
- implementation ' javax.validation:validation-api:1.1.0.CR2 '
42
+ implementation ' javax.validation:validation-api:2.0.1.Final '
38
43
implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
39
44
40
45
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation ' com.google.code.gson:gson:2.8.6'
34
34
implementation ' com.squareup.moshi:moshi:1.11.0'
35
35
// Required if generating JSR-303 annotations
36
- implementation ' javax.validation:validation-api:1.1.0.CR2 '
36
+ implementation ' javax.validation:validation-api:2.0.1.Final '
37
37
implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation ' com.google.code.gson:gson:2.8.6'
34
34
implementation ' com.squareup.moshi:moshi:1.11.0'
35
35
// Required if generating JSR-303 annotations
36
- implementation ' javax.validation:validation-api:1.1.0.CR2 '
36
+ implementation ' javax.validation:validation-api:2.0.1.Final '
37
37
implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments