Skip to content

Commit

Permalink
Update gradle stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer64ytb committed Jan 9, 2025
1 parent 455ce33 commit c1efcbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Source/Android/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0"
}

android {
Expand Down Expand Up @@ -91,7 +91,7 @@ android {
}
}

packagingOptions {
packaging {
jniLibs.useLegacyPackaging = true
}

Expand All @@ -104,7 +104,7 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("io.coil-kt.coil3:coil:3.0.4")
implementation("io.coil-kt.coil3:coil-network-okhttp:3.0.4")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
}

fun getVersion(): String {
Expand Down
6 changes: 0 additions & 6 deletions Source/Android/build.gradle

This file was deleted.

12 changes: 12 additions & 0 deletions Source/Android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
}

buildscript {
repositories {
google()
}
}

0 comments on commit c1efcbf

Please sign in to comment.