Skip to content

Commit

Permalink
bump gradle and kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Sep 23, 2024
1 parent 87a872c commit 51d8ddb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
14 changes: 7 additions & 7 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
val lyricistVersion = "1.7.0"

kotlin {
android {
androidTarget {
publishLibraryVariants("release")
}

Expand All @@ -31,14 +31,14 @@ kotlin {
}

android {
namespace = "com.stremio.translations"
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 22
compileSdk = 33
compileSdk = 34
}

sourceSets {
getByName("main") {
manifest.srcFile("src/androidMain/AndroidManifest.xml")
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.version=1.8.20
agp.version=7.3.0
kotlin.version=2.0.20
agp.version=8.5.2
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 1 addition & 2 deletions android/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<manifest package="com.stremio.translations">
</manifest>
<manifest />

0 comments on commit 51d8ddb

Please sign in to comment.