[Feature] Add iOS ipa to build outputs (#17)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-14 19:44:02 +02:00 committed by GitHub
parent 4b846f4a51
commit 57ed611b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 395 additions and 245 deletions

View file

@ -45,6 +45,10 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
configurations.all {
resolutionStrategy { force 'androidx.browser:browser:1.6.0' }
}
defaultConfig {
applicationId "nl.jknaapen.fladder"
minSdkVersion 26