Skip to content

Commit

Permalink
[#1457] Update Git Submodules (#3963)
Browse files Browse the repository at this point in the history
* [#1457] Update dependency googleads/swift-package-manager-google-mobile-ads to from: "11.10.0" (#3894)

* [#1457] Update dependency googleads/swift-package-manager-google-mobile-ads to from: "11.10.0"

Co-authored-by: Mustafa Ozhan <[email protected]>

* [#1457] Update dependency googleads/swift-package-manager-google-mobile-ads to from: "11.10.0"

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>

* [#3959] Remove EmptyView Logic (#3960)

* [#1457] Update detekt to v1.23.7 (#3868)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>

* [#1457] Update Git Submodules

Co-authored-by: Mustafa Ozhan <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Sep 21, 2024
1 parent 878f1c0 commit e359b04
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ glance = "1.1.0"
mokkery = "2.3.0"
activityCompose = "1.9.2"
navigationCompose = "2.7.0-alpha07"
detekt = "1.23.6"
detekt = "1.23.7"
androidDesugaring = "2.1.1"
androidMaterial = "1.12.0"
constraintLayout = "2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion ios/CCC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
repositoryURL = "https://github.com/googleads/swift-package-manager-google-mobile-ads.git";
requirement = {
kind = exactVersion;
version = 11.8.0;
version = 11.10.0;
};
};
5C5C0BA22874B8450061AEF9 /* XCRemoteSwiftPackageReference "swiftui-navigation-stack" */ = {
Expand Down
4 changes: 2 additions & 2 deletions ios/CCC.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
"state" : {
"revision" : "ee80d8b9fb9c110c35ff0af56cfc672eee4b515e",
"version" : "11.8.0"
"revision" : "1e60477cbc4c4868ec8414524f8cd163132753ff",
"version" : "11.10.0"
}
},
{
Expand Down
10 changes: 3 additions & 7 deletions ios/CCC/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,10 @@ struct Application: App {
transitionType: .default,
easing: Animation.easeInOut
) {
if scenePhase == .inactive {
EmptyView()
if observable.state.shouldOnboardUser {
IntroSlideRootView()
} else {
if observable.state.shouldOnboardUser {
IntroSlideRootView()
} else {
CalculatorRootView()
}
CalculatorRootView()
}
}.onAppear {
observable.startObserving()
Expand Down
2 changes: 1 addition & 1 deletion ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
),
.package(
url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
from: "11.8.0"
from: "11.10.0"
),
.package(
url: "https://github.com/exyte/PopupView.git",
Expand Down
2 changes: 1 addition & 1 deletion submodule/basemob
2 changes: 1 addition & 1 deletion submodule/logmob

0 comments on commit e359b04

Please sign in to comment.