This commit is contained in:
M66B 2023-07-19 07:15:55 +02:00
parent 0194a40e3f
commit 629dfb5eee
1 changed files with 2 additions and 2 deletions

View File

@ -441,13 +441,13 @@ configurations.all {
dependencies {
//implementation fileTree(dir: 'libs', include: ['*.jar'])
def startup_version = "1.1.1" // 1.8.0-alpha06
def startup_version = "1.1.1" // 1.2.0-alpha02
def annotation_version_experimental = "1.3.1"
def core_version = "1.10.1" // 1.11.0-beta01
def appcompat_version = "1.6.1" // 1.7.0-alpha02
def emoji_version = "1.3.0" // 1.4.0-beta04
def flatbuffers_version = "2.0.0"
def activity_version = "1.7.2" // 1.8.0-alpha04
def activity_version = "1.7.2" // 1.8.0-alpha06
def fragment_version = "1.5.7" // 1.6.0-rc01
def windows_version = "1.0.0" // 1.2.0-alpha03
def webkit_version = "1.7.0"