Commit Graph

5 Commits

Author SHA1 Message Date
05eb37bc80
Fix flutter project with new android-studio version:
- upgrade gradle from 7.5 to 7.6.1
  - change java target from 1.8 to 17
  - set flutter jdk-dir to system-jdk (instead of now-incompatible android-studio bundled jdk)
    (android studio bundles jdk 21, jdk 21 needs gradle 8.4, flutetr does not work with gradle > 7.6.1 )
    => see https://docs.gradle.org/current/userguide/compatibility.html#java
    =>     https://www.liquidbcn.com/en/insights/solving-issues-android-studio-ladybug-java-21-flutter
2024-10-15 19:41:15 +02:00
e9ea573e33
Notifications (android via local) work 2024-06-15 21:29:51 +02:00
dfcee5dfc7
Implement FCM [WIP] 2024-05-31 15:22:27 +02:00
373683bbf0
flutter android build 2024-03-02 00:26:47 +01:00
7e798eb606
init flutter project 2024-02-10 18:29:41 +01:00