Updated graddle and some deps. (#54)

* Updated graddle and some deps.

* Updated Java version for CI (11 -> 17).
This commit is contained in:
Revertron 2023-11-29 21:42:06 +01:00 committed by GitHub
parent 8dfa2f638a
commit f164e05e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 10 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
android {
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "eu.neilalexander.yggdrasil"
@ -45,12 +45,13 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
namespace 'eu.neilalexander.yggdrasil'
}
dependencies {
implementation fileTree(include: ['*.aar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'