plugins {id 'com.android.application'id 'com.google.protobuf'
}android {compileSdkVersion 29buildToolsVersion "29.0.3"applicationVariants.all { variant -> variant.assemble.doLast { exec {workingDir './'commandLine 'cmd', '/c', 'dir'} } }defaultConfig {