mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
[Feature] Add iOS ipa to build outputs (#17)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
4b846f4a51
commit
57ed611b8d
12 changed files with 395 additions and 245 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue