build: update dependencies (#479)

* build: update libraries
* ci: remove android workflow

---------

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
Caner Karaca
2023-12-10 01:52:02 +03:00
committed by GitHub
parent 62396885e2
commit fc62f1b73f
16 changed files with 269 additions and 262 deletions

View File

@@ -41,7 +41,12 @@ android {
version = "3.22.1"
}
}
kotlinOptions {
jvmTarget = "1.8"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
kotlinOptions {
jvmTarget = "17"
}
}