xref: /aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-dispatcher/build.gradle (revision 2ffc472c461b441c3ddd38c52c72da5a6be8f680)
1apply plugin: 'com.android.application'
2
3android {
4    compileSdkVersion 32
5
6    defaultConfig {
7        applicationId 'com.android.dexmaker.mockito.inline.dispatcher'
8        minSdkVersion 28
9        targetSdkVersion 32
10        versionName VERSION_NAME
11    }
12}
13