Skip to content

Commit e2b728f

Browse files
authored
Update build.gradle
1 parent 22bc9ad commit e2b728f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

task/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ android {
2121
}
2222
}
2323
compileOptions {
24-
sourceCompatibility JavaVersion.VERSION_1_7
25-
targetCompatibility JavaVersion.VERSION_1_7
24+
sourceCompatibility JavaVersion.VERSION_11
25+
targetCompatibility JavaVersion.VERSION_11
2626
}
2727
}
2828

2929
dependencies {
30-
}
30+
}

0 commit comments

Comments
 (0)