mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-12 05:10:52 +02:00
23 lines
377 B
Groovy
23 lines
377 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'expo.modules.astradesktopremotesession'
|
|
version = '0.1.0'
|
|
|
|
android {
|
|
namespace "expo.modules.astradesktopremotesession"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "0.1.0"
|
|
}
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation "androidx.media:media:1.6.0"
|
|
}
|