This commit is contained in:
Boof2015
2026-06-19 17:45:31 -04:00
parent 96702ba7f0
commit 0e3e46293c
26 changed files with 1644 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
plugins {
id 'com.android.library'
id 'expo-module-gradle-plugin'
}
group = 'expo.modules.astrawidget'
version = '0.1.0'
android {
namespace "expo.modules.astrawidget"
defaultConfig {
versionCode 1
versionName "0.1.0"
}
lintOptions {
abortOnError false
}
}