apply plugin: 'com.android.application' android { namespace 'com.honghuang.game' compileSdk 34 defaultConfig { applicationId "com.honghuang.game" minSdk 24 targetSdk 34 versionCode 1 versionName "1.0.0" } buildTypes { release { minifyEnabled false } debug { minifyEnabled false } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }