1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Reid Baker
a8d02fbc7a Update android samples to target/compile android 35 and AGP/Gradle updates (#2587)
- **update AGP and gradle versions**
- **[prebuilt_module] update agp and gradle**
- **[prebuilt_module] targetsdk and jvm compatabiliity**

Fixes flutter/flutter/152374
2025-02-14 16:43:36 +00:00
Reid Baker
233c6613bb Update add to app code to run on modern versions of agp and gradle. (#2330)
## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2024-06-28 11:47:08 -04:00
Eric Windmill
64877f3b34 Fixes all add_to_app Android builds (#2243)
* Fixes issues #2240 and #2241 
* Also fixes Android build issues for add_to_app/fullscreen
2024-04-18 11:47:15 -04:00
Miguel Beltran
5ec584e819 Fix Android CI (#1908)
- kotlin version to 1.8.22
- remove deprecated kotlin-android-extensions and upgrade dependencies

Running the PR from the flutter/samples repo instead from a fork, so the
Firebase device test step runs.

## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-06-24 14:18:41 +10:00
Miguel Beltran
2319b7436b fix Android ci job (#1904) 2023-06-23 01:54:59 +02:00
Brett Morgan
c36fee3294 Migrate from jcenter to mavenCentral (#1230) 2022-05-10 08:25:41 +10:00
godofredoc
f58928da91 Remove binaries from samples. (#1057)
This is to remove the security alerts related to checked in binaries.
2022-03-26 03:25:17 +10:00
Andrew Brogdon
93bf3263c5 Lands beta changes. (#1006) 2022-02-03 12:43:20 -08:00
Brett Morgan
26d88f1799 Update pubspec.yaml files (#971) 2022-01-05 10:43:14 +10:00
xster
14921d0c06 Use a newer version of gradle to avoid an AGP bug around NDK (#797) 2021-06-04 14:25:47 -07:00
gaaclarke
323c10558d restructured the add to app samples (#698) 2021-02-05 10:20:58 -08:00