You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to Android Studio -> Flamingo (this article is helpful)
AGP -> 8.0.2
gradle-wrapper.properties -> Gradle 8.0
JDK -> 17
org.jetbrains.kotlin.android -> 1.8.21
Fix this "WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0". Ensure that all library components are configured correctly when publishing to JitPack. Use this JitPack project as testing grounds; https://github.com/vestrel00/jitpack-publish-sample
Additionally, upgrade to the newest SDK levels;
targetSdk -> 33
compileSdk -> 33
Next, update dependencies;
io.github.ParkSangGwon:tedpermission-coroutine -> no new releases
vestrel00
changed the title
2023 May Dependency Upgrades
2023 May Dependency Upgrades (notably AGP 8)
May 12, 2023
vestrel00
changed the title
2023 May Dependency Upgrades (notably AGP 8)
2023 May Dependency Upgrades (most notably AGP 8)
May 12, 2023
vestrel00
changed the title
2023 May Dependency Upgrades (most notably AGP 8)
2023 May Dependency Upgrades
May 12, 2023
vestrel00
changed the title
2023 May Dependency Upgrades
2023 May Dependency Upgrades (most notably AS Flamingo + AGP 8 + Gradle 8 + JDK 17)
May 12, 2023
vestrel00
changed the title
2023 May Dependency Upgrades (most notably AS Flamingo + AGP 8 + Gradle 8 + JDK 17)
2023 May Dependency Upgrades (most notably AS Flamingo + AGP 8 + Gradle 8 + JDK 17 + SDK 33)
May 13, 2023
vestrel00
changed the title
2023 May Dependency Upgrades (most notably AS Flamingo + AGP 8 + Gradle 8 + JDK 17 + SDK 33)
2023 June Dependency Upgrades (most notably AS Flamingo + AGP 8 + Gradle 8 + JDK 17 + SDK 33)
Jun 5, 2023
It's time to look through all of the library dependencies and upgrade them all to latest!
First, upgrade Android Studio, AGP, and Gradle; https://developer.android.com/build/releases/gradle-plugin
Additionally, upgrade to the newest SDK levels;
targetSdk
-> 33compileSdk
-> 33Next, update dependencies;
io.github.ParkSangGwon:tedpermission-coroutine
-> no new releasesorg.jetbrains.kotlinx:kotlinx-coroutines-core
-> 1.7.1org.jetbrains.kotlinx:kotlinx-coroutines-android
-> 1.7.1Since JitCI keeps failing (e.g. this build)...
Finally,
The text was updated successfully, but these errors were encountered: