chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+27
View File
@@ -0,0 +1,27 @@
plugins {
id 'com.android.library'
id 'expo-module-gradle-plugin'
}
apply from: "../scripts/get-app-config-android.gradle"
group = 'host.exp.exponent'
version = '18.0.13'
expoModule {
// We can't prebuild the module because we need to apply `get-app-config-android.gradle` script.
canBePublished false
}
android {
namespace "expo.modules.constants"
defaultConfig {
versionCode 33
versionName "18.0.13"
}
}
dependencies {
api "androidx.annotation:annotation:1.0.0"
implementation "commons-io:commons-io:2.6"
}