Skip to content

Commit 49248f7

Browse files
committed
Update slightly
1 parent 4386080 commit 49248f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AboutBoxDemo/.idea/misc.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AboutBoxDemo/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323
}
2424
compileOptions {
25-
sourceCompatibility JavaVersion.VERSION_1_8
26-
targetCompatibility JavaVersion.VERSION_1_8
25+
sourceCompatibility JavaVersion.VERSION_11
26+
targetCompatibility JavaVersion.VERSION_11
2727
}
2828
}
2929

0 commit comments

Comments
 (0)