-
Notifications
You must be signed in to change notification settings - Fork 17
Description
hello, this is NOT an issue to your sample project. i look for help trying to update projects to Android14.
i used services in previous android releases and unfortunately i am lost in graddle / kotlin config files.
The main objective is to have a react-native base app with an underlying "Sticky" service.
i have managed to update react-native to Android14 , but every time i try to add dependencies in app/build.gradle, many different kind of problems arise, such as
`> Could not determine the dependencies of null.
Could not resolve all task dependencies for configuration ':classpath'.
> Cannot resolve external dependency com.android.tools.build:gradle because no repositories are defined.
`
Can you provide an example of a gradle 8.6 configs to use services using Groovy ?
by the way, thank you for the excellent article https://medium.com/@domen.lanisnik/guide-to-foreground-services-on-android-9d0127dc8f9a, as it is much better than Google's own Dev Rel presentation in London.
please forgive me using github to reach you, i could not find another way.
thanks you !