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

@@ -7,8 +7,13 @@ android {
namespace = rootProject.ext["applicationId"].toString() + ".mapper"
compileSdk = 34
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
}