Skip to content

Commit

Permalink
chore: update app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 28, 2024
1 parent 9a73822 commit 6dc362e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace "{{org_name.dotCase()}}.{{project_name.snakeCase()}}"
compileSdkVersion flutter.compileSdkVersion
Expand Down

0 comments on commit 6dc362e

Please sign in to comment.