Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 5, 2024 01:41
Show Gist options
  • Save codeforfun-jp/3be8e0c9e58da7f42910355b8a8b756b to your computer and use it in GitHub Desktop.
Save codeforfun-jp/3be8e0c9e58da7f42910355b8a8b756b to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 3-1
plugins {
alias(libs.plugins.android.application)
}
android {
/* 省略 */
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
buildFeatures {
viewBinding = true
}
}
dependencies {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment