Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 214b5136 authored by Luca Stefani's avatar Luca Stefani
Browse files

Twelve: Update kotlin deps to match AOSP 16

We also need to bump room for kapt generation

Change-Id: I8814e20f1d38ae3ae5ccecdbd1cfa7c1ae9f41d1
parent 684ec67d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -66,7 +66,10 @@ android_app {
        "androidx.recyclerview_recyclerview",
        "androidx.room_room-ktx",
        "androidx.room_room-runtime",
        "androidx.room_room-runtime",
        "androidx.savedstate_savedstate",
        "androidx.sqlite_sqlite",
        "androidx.sqlite_sqlite-framework",
        "androidx.viewpager2_viewpager2",
        "Twelve_com.github.bogerchan_Nier-Visualizer",
        "com.google.android.material_material",
+4 −4
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@

[versions]
agp = "8.13.0"
kotlin = "1.9.23"
kotlin = "2.1.10"
activity = "1.10.0-rc01"
appcompat = "1.7.0"
coil = "3.0.4"
constraintlayout = "2.2.0-beta01"
core = "1.16.0-alpha01"
fragment = "1.8.6"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.1"
kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.7.3"
lifecycle = "2.9.0-alpha08"
material = "1.13.0-alpha08"
media3 = "1.8.0"
@@ -22,7 +22,7 @@ nier-visualizer = "v0.1.3"
okhttp = "4.12.0"
preference = "1.2.1"
recyclerview = "1.4.0"
room = "2.6.0"
room = "2.8.0"
viewpager2 = "1.1.0"
generateBp = "+"