Update build.gradle

This commit is contained in:
Valentyn Kolesnikov 2023-08-29 05:00:13 +03:00 committed by GitHub
parent af6d07cecb
commit e27da22e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,9 @@ subprojects {
} }
group = 'org.json' group = 'org.json'
version = 'v20211205-SNAPSHOT' version = 'v20230618-SNAPSHOT'
description = 'JSON in Java' description = 'JSON in Java'
sourceCompatibility = '1.7' sourceCompatibility = '1.8'
configurations.all { configurations.all {
} }