Skip to content

Instantly share code, notes, and snippets.

@nmaruy27
Last active July 28, 2022 05:12
Show Gist options
  • Save nmaruy27/d1375a9a2719556d0bfcea1477d6f5e3 to your computer and use it in GitHub Desktop.
Save nmaruy27/d1375a9a2719556d0bfcea1477d6f5e3 to your computer and use it in GitHub Desktop.
build.gradle
android {
// 省略
defaultConfig {
applicationId "com.example.app_name"
minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger()
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
// 省略
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment