Version
4.1.0
Platforms
Android
Device Model
all android
flutter info
Hi and thanks for a great library!
When I build my flutter project for android I'm getting warnings:
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
I'm using flutter 3.41.1 and android gradle plugin 8.11.1. According to this thread it seems the error comes from using java 8 for source and target compatibility.
So Please upgrade java version to 17 in flutter package so that warnings disappear.
Thanks
How to reproduce?
Hi and thanks for a great library!
When I build my flutter project for android I'm getting warnings:
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
I'm using flutter 3.41.1 and android gradle plugin 8.11.1. According to this thread it seems the error comes from using java 8 for source and target compatibility.
So Please upgrade java version to 17 in flutter package so that warnings disappear.
Thanks
Logs
Example code (optional)
Contact
No response
Version
4.1.0
Platforms
Android
Device Model
all android
flutter info
How to reproduce?
Hi and thanks for a great library!
When I build my flutter project for android I'm getting warnings:
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
I'm using flutter 3.41.1 and android gradle plugin 8.11.1. According to this thread it seems the error comes from using java 8 for source and target compatibility.
So Please upgrade java version to 17 in flutter package so that warnings disappear.
Thanks
Logs
Example code (optional)
Contact
No response