Project is using an older version of gradle, which is incompatible with one of the dependencies - package_info_plus
Bumping up the gradle version causes another issue - receive_sharing_intent is not compatible with the latest gradle. There is an open PR on receive_sharing_intent, which will make it compatible with the latest gradle. Until it is merged, we will use https://github.com/Thogsit/receive_sharing_intent instead of the official receive_sharing_intent.
Closes #317
Project is using an older version of gradle, which is incompatible with one of the dependencies -
package_info_plus
Bumping up the gradle version causes another issue -
receive_sharing_intent
is not compatible with the latest gradle. There is an open PR onreceive_sharing_intent
, which will make it compatible with the latest gradle. Until it is merged, we will use https://github.com/Thogsit/receive_sharing_intent instead of the official receive_sharing_intent.