seedvault/build.plugins.toml

21 lines
520 B
TOML
Raw Normal View History

2023-03-02 18:33:29 +01:00
#
# SPDX-FileCopyrightText: 2023 The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
[versions]
2023-10-19 06:23:06 +02:00
# We need to enforce that the versions we use are the same as AOSP to ensure compatibility.
# 1.3.61 Android 11
# 1.4.30 Android 12
# 1.6.10 Android 13
# 1.7.20 Android 13 (QPR2)
# 1.8.10 Android 14
# 1.9.0 Android 14 (QPR2)
2023-10-19 06:23:06 +02:00
# Check:
# https://android.googlesource.com/platform/external/kotlinc/+/refs/tags/android-14.0.0_r29/build.txt
kotlin = "1.9.0"
2023-10-19 06:23:06 +02:00
androidGradle = "8.1.2"
protobuf = "0.9.4"
ktlint = "11.5.0"