Initialize Schnappix Photo Booth application with custom UVC camera, silent Wi-Fi IPP printing, local gallery storage, and kiosk screen pinning support
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'expo-module-gradle-plugin'
|
||||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
android {
|
||||
namespace "expo.modules.kioskmode"
|
||||
compileSdkVersion findProperty("expo.compileSdkVersion") ?: 34
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion findProperty("expo.minSdkVersion") ?: 23
|
||||
targetSdkVersion findProperty("expo.targetSdkVersion") ?: 34
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.facebook.react:react-android'
|
||||
}
|
||||
Reference in New Issue
Block a user