aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-10-18 22:35:37 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-10-18 22:35:37 +0200
commit7b4ebc518cb0a5139a06837857b26ebd34b9a88e (patch)
treedc3acd167098e9afd4be0ab57cac0ea27ee7732a /app/build.gradle
parent0333ad3656502eb7197f45076948b91e53438a4b (diff)
downloadtaupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.tar.gz
taupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.tar.zst
taupngamoni-7b4ebc518cb0a5139a06837857b26ebd34b9a88e.zip
v1.0.0
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
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