Skip to content

Commit

Permalink
chore(url launcher):
Browse files Browse the repository at this point in the history
 Fix for url launcher and send mail issue in android OS 11
 Fix for blank screen issue in release apk
 Fix for Map loading issue and app crash after clicking on map
 Upgrading flutter packages
  • Loading branch information
akash933 committed Jun 19, 2021
1 parent d0e5d6c commit be2ebb1
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 62 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

defaultConfig {
applicationId "com.melton_app"
minSdkVersion 16
minSdkVersion 24
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
}
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
android.enableDexingArtifactTransform=false
Loading

0 comments on commit be2ebb1

Please sign in to comment.