Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
44afe7a
Update gradle and run agp updater on all camera* examples
reidbaker Apr 25, 2023
85bd44a
More updates of agp and gradle
reidbaker Apr 25, 2023
56b45cd
agp/gradle update for quick actions
reidbaker Apr 25, 2023
36df790
More updates of agp and gradle
reidbaker Apr 25, 2023
0e83599
More updates of agp and gradle for image_picker, also add exported an…
reidbaker Apr 25, 2023
974a4b3
More updates of agp and gradle for image_picker in app purchase
reidbaker Apr 25, 2023
7ec81cf
More updates of agp and gradle for url_launcher
reidbaker Apr 25, 2023
6ec0960
More updates of agp and gradle for video_player
reidbaker Apr 25, 2023
88bdb81
More updates of agp and gradle for video_player local auth
reidbaker Apr 25, 2023
0d47349
More updates of agp and gradle for local_auth
reidbaker Apr 25, 2023
2954607
More updates of agp and gradle for google_sign_in
reidbaker Apr 25, 2023
087ad0d
More updates of agp and gradle for webview flutter
reidbaker Apr 25, 2023
38dc140
More updates of agp and gradle for webview flutter, path_provider_and…
reidbaker Apr 25, 2023
5bd7755
update to task registration
reidbaker Apr 25, 2023
3b07ba2
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 25, 2023
2f12f9f
Fix lints that were added by updated toolchain, mostly camera
reidbaker Apr 26, 2023
ed33296
Fix lints that were added by updated toolchain, update baselines
reidbaker Apr 26, 2023
96439a8
Ran formatter for modified log lines
reidbaker Apr 26, 2023
fbf49e3
expanded lint baseline for in_app_purchase
reidbaker Apr 26, 2023
8db9d8b
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 26, 2023
e7da527
Add required changelogs
reidbaker Apr 27, 2023
bbfe2ea
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 27, 2023
41c1757
Add required changelogs in app purchase
reidbaker Apr 27, 2023
51d3e35
Add required changelogs in app purchase
reidbaker Apr 27, 2023
4a2299a
Merge remote-tracking branch 'upstream/main' into i122213-run-agp-upd…
reidbaker Apr 28, 2023
843302b
Update pubspecs
reidbaker Apr 28, 2023
ed7174f
Merge remote-tracking branch 'origin/main' into i122213-run-agp-updat…
reidbaker Apr 28, 2023
73e0d7d
Update changelog
reidbaker Apr 28, 2023
d850d2c
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More updates of agp and gradle for webview flutter
  • Loading branch information
reidbaker committed Apr 25, 2023
commit 087ad0d4e92641e2180e70e60381e8127603e845
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ android {
namespace 'io.flutter.plugins.googlesigninexample'
compileSdkVersion flutter.compileSdkVersion

lintOptions {
disable 'InvalidPackage'
}

defaultConfig {
applicationId "io.flutter.plugins.googlesigninexample"
Expand All @@ -53,6 +50,9 @@ android {
testOptions {
unitTests.returnDefaultValues = true
}
lint {
disable 'InvalidPackage'
}
}

flutter {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ android {
namespace 'io.flutter.plugins.webviewflutterexample'
compileSdkVersion flutter.compileSdkVersion

lintOptions {
disable 'InvalidPackage'
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
Expand All @@ -49,6 +46,9 @@ android {
signingConfig signingConfigs.debug
}
}
lint {
disable 'InvalidPackage'
}
}

flutter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip