Skip to content

Commit

Permalink
Build: Removing former build method artifacts from build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nom4D committed May 17, 2024
1 parent 6557bfc commit b67fd0d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dock.guardian.guardian_dock"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit b67fd0d

Please sign in to comment.