feat: migrate story modules & engine; update assets and structure
This commit is contained in:
@@ -8,11 +8,11 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.gameofmoon"
|
||||
namespace = "com.osglab.gameofmoon"
|
||||
compileSdk = 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.gameofmoon"
|
||||
applicationId = "com.osglab.gameofmoon"
|
||||
minSdk = 30 // Android 11
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
@@ -62,6 +62,9 @@ dependencies {
|
||||
implementation(libs.androidx.ui.tooling.preview)
|
||||
implementation(libs.androidx.material3)
|
||||
|
||||
// Material Icons Extended
|
||||
implementation("androidx.compose.material:material-icons-extended")
|
||||
|
||||
// Hilt 依赖注入
|
||||
// implementation(libs.hilt.android)
|
||||
// implementation(libs.hilt.navigation.compose)
|
||||
|
||||
Reference in New Issue
Block a user