Enable multidex
Этот коммит содержится в:
@@ -10,6 +10,7 @@ android {
|
||||
targetSdkVersion 32
|
||||
versionCode 33
|
||||
versionName '3.2'
|
||||
multiDexEnabled true
|
||||
}
|
||||
namespace 'org.traccar.manager'
|
||||
|
||||
@@ -24,6 +25,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.0'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
|
||||
Ссылка в новой задаче
Block a user