- and compileSDK from api 34 to api 35
Код: Выделить всё
targetSDK - Gradle version from 7.6.5-all to gradle-8.9
- gradle build tools from 7.4.2 to 8.7.3
Код: Выделить всё
Execution failed for task ':myproject:releaseOssLicensesTask'.
> The consumer was configured to find a library for use during compile-time, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.7.3', attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm'. However we cannot choose between the following variants of project :myproject:
< /code>
Если я запускаю свой проект в своей локальной машине, он правильно построен. Ошибка происходит только в действии GitHub. < /P>
Этот проект использует другой проект в качестве библиотеки (include(":ChartLibrary"может кто -нибудь помочь мне найти решение?
Подробнее здесь: https://stackoverflow.com/questions/796 ... slicensest
Мобильная версия