Skip to content

Commit dbcf532

Browse files
committed
Remove Develocity plugin, update AGP and Gradle, cleanup iOS schemes
This commit includes the following changes: - Removes the Develocity Gradle plugin. - Updates the Android Gradle Plugin (AGP) to version 8.12.0. - Updates Gradle to version 9.0.0. - Removes "Note Delight Unit-Tests" and "oldApp" Xcode schemes. - Updates the `iosApp.xcscheme` to include a current location scenario. - Updates various Xcode project files and Pods configurations, likely due to the Gradle and AGP updates and scheme changes. - Removes SQLCipher from CocoaPods acknowledgements.
1 parent 4cbfd3b commit dbcf532

11 files changed

Lines changed: 142 additions & 354 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minSdk = "23"
55
jdk = "17"
66
kotlin = "2.1.21"
77
ksp = "2.1.21-2.0.2"
8-
agp = "8.11.1"
8+
agp = "8.12.0"
99
gms = "4.4.3"
1010
crashlytics = "3.0.5"
1111
compose = "1.8.2"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Mon Jul 21 02:29:37 GET 2025
1+
#Fri Aug 01 20:34:13 GET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

iosApp/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 131 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Pods.xcodeproj/xcuserdata/artur.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Target Support Files/Pods-iosApp/Pods-iosApp-acknowledgements.markdown

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Target Support Files/Pods-iosApp/Pods-iosApp-acknowledgements.plist

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/iosApp.xcodeproj/xcshareddata/xcschemes/Note Delight Unit-Tests.xcscheme

Lines changed: 0 additions & 53 deletions
This file was deleted.

iosApp/iosApp.xcodeproj/xcshareddata/xcschemes/iosApp.xcscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
ReferencedContainer = "container:iosApp.xcodeproj">
5151
</BuildableReference>
5252
</BuildableProductRunnable>
53+
<LocationScenarioReference
54+
identifier = "com.apple.dt.IDEFoundation.CurrentLocationScenarioIdentifier"
55+
referenceType = "1">
56+
</LocationScenarioReference>
5357
</LaunchAction>
5458
<ProfileAction
5559
buildConfiguration = "Release"

iosApp/iosApp.xcodeproj/xcshareddata/xcschemes/oldApp.xcscheme

Lines changed: 0 additions & 78 deletions
This file was deleted.

iosApp/iosApp.xcodeproj/xcuserdata/artur.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>Note Delight Unit-Tests.xcscheme_^#shared#^_</key>
8-
<dict>
9-
<key>orderHint</key>
10-
<integer>2</integer>
11-
</dict>
127
<key>iosApp.xcscheme_^#shared#^_</key>
138
<dict>
149
<key>orderHint</key>
1510
<integer>0</integer>
1611
</dict>
17-
<key>oldApp.xcscheme_^#shared#^_</key>
18-
<dict>
19-
<key>orderHint</key>
20-
<integer>1</integer>
21-
</dict>
2212
</dict>
2313
<key>SuppressBuildableAutocreation</key>
2414
<dict>

0 commit comments

Comments
 (0)