File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ android {
2424 exclude ' META-INF/LICENSE.txt'
2525 }
2626
27+ compileOptions {
28+ sourceCompatibility 1.8
29+ targetCompatibility 1.8
30+ }
31+
2732}
2833
2934dependencies {
@@ -34,7 +39,7 @@ dependencies {
3439 implementation ' com.google.code.gson:gson:2.8.6'
3540 implementation ' com.squareup.moshi:moshi:1.11.0'
3641 // 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 '
3843 implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
3944
4045}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation ' com.google.code.gson:gson:2.8.6'
3434 implementation ' com.squareup.moshi:moshi:1.11.0'
3535 // 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 '
3737 implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
3838}
3939
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation ' com.google.code.gson:gson:2.8.6'
3434 implementation ' com.squareup.moshi:moshi:1.11.0'
3535 // 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 '
3737 implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.2'
3838}
3939
You can’t perform that action at this time.
0 commit comments