-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes - Set Kotlin language and api version to 1.7 to align with Nimbus Android - Updated Android compileSdk to 35 - Enabled parallel configuration cache and incremental native support - Enable iosArm64 and iosSimulatorArm64 on all builds ## Library Updates - Android Gradle Plugin: 8.7.2 - Android Build Tools: Removed in favor of Android Gradle Plugin default - Dokka 1.9.20 - Gradle: 8.11.1 - Kotlin Serialization: Prefer 1.7.3; Min 1.4 to align with Kotlin 1.7 - Kotest: 6.0.0.M1
- Loading branch information
1 parent
53ce09c
commit 1ec9320
Showing
10 changed files
with
88 additions
and
56 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
workflows/ @timehop/nimbus-admin | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,52 @@ | ||
# Standard | ||
bin/ | ||
gen/ | ||
classes/ | ||
build/ | ||
captures/ | ||
classes/ | ||
gen/ | ||
schemas/ | ||
.build/ | ||
|
||
# Gradle | ||
.gradle | ||
|
||
# Windows / MacOS | ||
.externalNativeBuild/ | ||
.gradle/ | ||
.kotlin/ | ||
.navigation/ | ||
*.aab | ||
*.aar | ||
*.apk | ||
*.framework | ||
*.generated.swift | ||
*.hmap | ||
*.ipa | ||
*.keystore | ||
*.log | ||
*.xcframework | ||
*.zip | ||
|
||
# OS | ||
.DS_Store | ||
|
||
# Intellij / Android Studio / Rider | ||
*.iml | ||
# Intellij / Android Studio / Rider / Fleet | ||
.fleet/ | ||
.idea/ | ||
|
||
# Android | ||
.vscode/ | ||
*Caches/ | ||
xcuserdata/ | ||
*.iml | ||
*.user | ||
*.xcworkspace | ||
local.properties | ||
|
||
# Cocoapods | ||
*.podspec | ||
|
||
# Nuget | ||
obj/ | ||
packages/ | ||
*.dll | ||
*.nupkg | ||
*.p7s | ||
obj/ | ||
packages/ | ||
|
||
# Rider | ||
*.user | ||
_ReSharper.Caches/ | ||
|
||
# Cocoapods | ||
Pods/ | ||
Podfile.lock | ||
|
||
# Swift Package Manager | ||
Packages/ | ||
Package.resolved |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters