We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c8e2b commit 225b8e7Copy full SHA for 225b8e7
CHANGELOG.md
@@ -3,6 +3,8 @@
3
4
## [Unreleased]
5
6
+- Upgraded `JavaVersion.VERSION_1_8` to `JavaVersion.VERSION_17`
7
+
8
9
## [v1.6.0] (72) Optional characters for BMP completeness (2025-12-26)
10
app/build.gradle
@@ -30,8 +30,8 @@ android
30
}
31
compileOptions
32
{
33
- sourceCompatibility JavaVersion.VERSION_1_8
34
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
35
36
androidResources
37
0 commit comments