feat: Android

This commit is contained in:
2026-06-21 14:28:07 +02:00
parent edb1d5fe82
commit af06bc2b5c
13 changed files with 879 additions and 1258 deletions
+12 -2
View File
@@ -22,6 +22,16 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 26
}
}
]
]
}
}
}