mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-01 10:49:02 +00:00
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:
@@ -44,6 +44,11 @@ android {
|
||||
version = "3.22.1"
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
getByName("main") {
|
||||
res.srcDirs("src/main/res", "src/main/res-apple")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user