Skip to content

Commit

Permalink
feat: upgraded to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed Sep 15, 2024
1 parent 4a84d8c commit 34dd1be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk = 31
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "0.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -26,8 +26,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}

Expand Down

0 comments on commit 34dd1be

Please sign in to comment.