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