Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
For some reason Android studio keeps adding this
  • Loading branch information
DRSchlaubi committed Nov 25, 2023
1 parent 69494d6 commit f6289f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,4 @@ android {
jvmTarget = JvmTarget.JVM_20
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
}
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.30"
version = "1.16.31"

repositories {
mavenCentral()
Expand Down

0 comments on commit f6289f3

Please sign in to comment.