Files
astra-mobile/modules/astra-desktop-remote-session/android/build.gradle
T
2026-07-01 00:43:51 -04:00

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"
}