-
Notifications
You must be signed in to change notification settings - Fork 73
Final update deps june 2025 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a2e33c3
Updates for v2 (wizard version)
pahill 2051476
Merge pull request #39 from kotlin-hands-on/v2_update_master
pahill 930cded
Update deps for June 2025
pahill df3ae4b
Update deps for June 2025 for final branch
pahill 11c462d
Update .gitignore file to be in line with wizard
pahill cd6cf2e
Merge remote-tracking branch 'origin/final' into final_update_deps_Ju…
pahill 4e3b6d1
Fix merging issues
pahill 8028e8a
Code review issue fixes
pahill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,10 +1,18 @@ | ||
.gradle | ||
*.iml | ||
.idea/ | ||
build/ | ||
out/ | ||
.kotlin | ||
.gradle | ||
**/build/ | ||
xcuserdata | ||
!src/**/build/ | ||
local.properties | ||
.idea | ||
.DS_Store | ||
xcuserdata/ | ||
Pods/ | ||
/.kotlin/ | ||
captures | ||
.externalNativeBuild | ||
.cxx | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcodeproj/project.xcworkspace/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
**/xcshareddata/WorkspaceSettings.xcsettings |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
44 changes: 44 additions & 0 deletions
44
composeApp/src/androidMain/composeResources/drawable/compose-multiplatform.xml
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<vector | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="450dp" | ||
android:height="450dp" | ||
android:viewportWidth="64" | ||
android:viewportHeight="64"> | ||
<path | ||
android:pathData="M56.25,18V46L32,60 7.75,46V18L32,4Z" | ||
android:fillColor="#6075f2"/> | ||
<path | ||
android:pathData="m41.5,26.5v11L32,43V60L56.25,46V18Z" | ||
android:fillColor="#6b57ff"/> | ||
<path | ||
android:pathData="m32,43 l-9.5,-5.5v-11L7.75,18V46L32,60Z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:centerX="23.131" | ||
android:centerY="18.441" | ||
android:gradientRadius="42.132" | ||
android:type="radial"> | ||
<item android:offset="0" android:color="#FF5383EC"/> | ||
<item android:offset="0.867" android:color="#FF7F52FF"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="M22.5,26.5 L32,21 41.5,26.5 56.25,18 32,4 7.75,18Z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="44.172" | ||
android:startY="4.377" | ||
android:endX="17.973" | ||
android:endY="34.035" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FF33C3FF"/> | ||
<item android:offset="0.878" android:color="#FF5383EC"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="m32,21 l9.526,5.5v11L32,43 22.474,37.5v-11z" | ||
android:fillColor="#000000"/> | ||
</vector> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate permission
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!