unplugged-system/external/dexmaker/dexmaker-mockito-inline-dispatcher/build.gradle

13 lines
262 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 32
defaultConfig {
applicationId 'com.android.dexmaker.mockito.inline.dispatcher'
minSdkVersion 28
targetSdkVersion 32
versionName VERSION_NAME
}
}