gradle/libs.versions.toml
changeset 110 5c0e958ee347
parent 109 f845a7194993
equal deleted inserted replaced
109:f845a7194993 110:5c0e958ee347
    18 # You should have received a copy of the GNU General Public License
    18 # You should have received a copy of the GNU General Public License
    19 # along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
    19 # along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
    20 
    20 
    21 [versions]
    21 [versions]
    22 android-gradle-plugin = "8.13.0"
    22 android-gradle-plugin = "8.13.0"
    23 dokka = "2.0.0"
    23 dokka = "2.1.0"
    24 kotlin = "2.2.21"
    24 kotlin = "2.2.21"
    25 jetbrains-compose-multiplatform = "1.9.0"
    25 jetbrains-compose-multiplatform = "1.9.2"
    26 junit = "4.13.2"
    26 junit = "4.13.2"
    27 androidx-test-ext-junit = "1.3.0"
    27 androidx-test-ext-junit = "1.3.0"
    28 espresso-core = "3.7.0"
    28 espresso-core = "3.7.0"
    29 appcompat = "1.7.0"
    29 appcompat = "1.7.0"
    30 okio = "3.16.0"
    30 okio = "3.16.2"
    31 kotlinx-coroutines = "1.10.2"
    31 kotlinx-coroutines = "1.10.2"
    32 kotlinx-serialization = "1.9.0"
    32 kotlinx-serialization = "1.9.0"
    33 androidx-activity = "1.11.0"
    33 androidx-activity = "1.11.0"
    34 androidx-navigation = "2.9.4"
    34 androidx-navigation = "2.9.5"
    35 androidx-compose-bom = "2025.09.00"
    35 androidx-compose-bom = "2025.10.01"
    36 jetbrains-androidx-lifecycle = "2.9.4"
    36 jetbrains-androidx-lifecycle = "2.9.5"
    37 jetbrains-androidx-navigation = "2.9.0"
    37 jetbrains-androidx-navigation = "2.9.1"
    38 jetbrains-compose-material3AdaptiveNavigation = "1.1.2"
    38 jetbrains-compose-material3AdaptiveNavigation = "1.2.0"
    39 jetbrains-compose-materialIconsCore = "1.7.3"
    39 jetbrains-compose-materialIconsCore = "1.7.3"
    40 jetbrains-compose-ui = "1.9.0"
    40 jetbrains-compose-ui = "1.9.2"
    41 geekdroid = "geekttrss-1.6.8"
    41 geekdroid = "geekttrss-1.6.8"
    42 
    42 
    43 
    43 
    44 [libraries]
    44 [libraries]
    45 junit = { group = "junit", name = "junit", version.ref = "junit" }
    45 junit = { group = "junit", name = "junit", version.ref = "junit" }