diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-10-18 22:35:37 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-10-18 22:35:37 +0200 |
| commit | 7b4ebc518cb0a5139a06837857b26ebd34b9a88e (patch) | |
| tree | dc3acd167098e9afd4be0ab57cac0ea27ee7732a /app/build.gradle | |
| parent | 0333ad3656502eb7197f45076948b91e53438a4b (diff) | |
| download | taupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.tar.gz taupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.tar.zst taupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.zip | |
v1.0.0
Diffstat (limited to 'app/build.gradle')
| -rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7942592..a4ec6e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_1_9 + targetCompatibility JavaVersion.VERSION_1_9 } buildFeatures { viewBinding true |
