-
-
Save codeforfun-jp/3be8e0c9e58da7f42910355b8a8b756b to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 3-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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