Army
Results
1
issues of
Army
------------------------------------------------------------------------------------------------------------------- build.gradle: apply plugin: 'com.android.application' apply plugin: 'android-apt' apply plugin: 'dexknifePlus' android { compileSdkVersion 23 buildToolsVersion "23.0.3" defaultConfig { applicationId "com.juziwl.ixiao" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" multiDexEnabled...
question