android: add support for various models

still need to update images or find a way to fetch from apple's cdn
This commit is contained in:
Kavish Devar
2025-10-22 16:25:09 +05:30
parent 1a2f5138a9
commit 10fc96dc94
52 changed files with 1217 additions and 196 deletions

View File

@@ -44,6 +44,11 @@ android {
version = "3.22.1"
}
}
sourceSets {
getByName("main") {
res.srcDirs("src/main/res", "src/main/res-apple")
}
}
}
dependencies {