1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

[android] update platform dependencies

This commit is contained in:
Andrey Filipenkov
2025-08-31 12:53:58 +03:00
parent 5a5903bad8
commit fabd7dc2d4

View File

@@ -147,7 +147,9 @@ def LoadSigningConfig(final signingConfigKey) {
dependencies { dependencies {
implementation fileTree(dir: '../libs', include: ['*.jar', '*.aar']) implementation fileTree(dir: '../libs', include: ['*.jar', '*.aar'])
implementation 'androidx.annotation:annotation:1.7.1' implementation('androidx.annotation:annotation:1.9.1')
// later versions require API level 21
implementation('androidx.appcompat:appcompat:1.6.1') implementation('androidx.appcompat:appcompat:1.6.1')
implementation 'androidx.documentfile:documentfile:1.0.1' implementation('androidx.documentfile:documentfile:1.0.1')
} }