Skip to content

Instantly share code, notes, and snippets.

@nmaruy27
Last active July 28, 2022 02:51
Show Gist options
  • Save nmaruy27/204f180d724450ca8596a246b9ade9d0 to your computer and use it in GitHub Desktop.
Save nmaruy27/204f180d724450ca8596a246b9ade9d0 to your computer and use it in GitHub Desktop.
build.gradle
android {
// 省略
defaultConfig {
applicationId "com.example.app_name"
minSdkVersion flutter.minSdkVersion
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