Android 16

This commit is contained in:
Emux 2025-06-11 13:46:47 +03:00
parent ebd06681a7
commit 96f0b0b54f
No known key found for this signature in database
GPG key ID: 64ED9980896038C3
2 changed files with 8 additions and 4 deletions

View file

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 35
compileSdk 36
base {
archivesName = "BRouterApp." + project.version
@ -100,7 +100,7 @@ repositories {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
implementation 'androidx.work:work-runtime:2.10.1'
implementation 'com.google.android.material:material:1.12.0'