Add android command client support

This commit is contained in:
problematicconsumer
2023-08-29 19:16:17 +03:30
parent 1ca389082f
commit 375cb8a945
8 changed files with 279 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ flutter {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
implementation 'com.google.code.gson:gson:2.10.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'