Updated graddle and some deps.

This commit is contained in:
Revertron 2023-11-29 21:01:16 +01:00
parent 8dfa2f638a
commit c867647af8
5 changed files with 12 additions and 8 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'