Skip to content

Commit 06a6d85

Browse files
committed
Development commit
Upgraded Gradle. Updated all internal dependencies. Upgraded Android target SDK to 31. Upgraded Java version to 11.
1 parent 8c87aad commit 06a6d85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
}
3535

3636
compileOptions {
37-
sourceCompatibility JavaVersion.VERSION_1_8
38-
targetCompatibility JavaVersion.VERSION_1_8
37+
sourceCompatibility JavaVersion.VERSION_11
38+
targetCompatibility JavaVersion.VERSION_11
3939
}
4040
}
4141

0 commit comments

Comments
 (0)