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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user