Revert "Update Gradle and AGP to v8.0 (#283)" (#295)

This reverts commit 4e085efcf4.
This commit is contained in:
Jorge Martin Espinosa 2023-04-04 16:44:01 +02:00 committed by GitHub
parent 1acbd5eb2e
commit 4154a96b54
19 changed files with 28 additions and 68 deletions

View file

@ -32,8 +32,8 @@ fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
testOptions {