Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialKatana committed Aug 30, 2024
1 parent 637e8cb commit 022aac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
packagingOptions {
jniLibs {
Expand All @@ -52,7 +52,7 @@ android {
checkReleaseBuilds false
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '21'
}
namespace 'com.android.launcher'
buildFeatures {
Expand All @@ -63,5 +63,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.aar'], dir: 'libs')
implementation 'com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3'
implementation 'com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.0-alpha07'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0'
classpath 'com.android.tools.build:gradle:8.7.0-alpha08'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 022aac3

Please sign in to comment.