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
+22
View File
@@ -0,0 +1,22 @@
plugins {
id 'com.android.library'
id 'expo-module-gradle-plugin'
}
group = 'expo.modules.asset'
version = '12.0.12'
android {
namespace "expo.modules.asset"
defaultConfig {
versionCode 1
versionName "12.0.12"
}
}
dependencies {
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'io.mockk:mockk:1.13.11'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.14.1'
}