Jack Chen
Results
2
comments of
Jack Chen
build.gradle: apply plugin: 'com.android.application' apply plugin: 'com.tencent.shadow.plugin' android { compileSdk 32 defaultConfig { applicationId "com.shinall.testplugin" minSdk 21 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions(*flavorDimensionList) buildTypes { release...
项目地址: https://github.com/yedashen/shadowStudy