Skip to content

Commit

Permalink
Update version prefix, return build directory to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Jakubcova committed Dec 13, 2022
1 parent 726f0d6 commit 2e00d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/local.properties
/.idea
.DS_Store
#build
build
/captures
.externalNativeBuild
.cxx
Expand All @@ -12,6 +12,5 @@
xcuserdata/
!/.idea/codeStyles/*
!/.idea/inspectionProfiles/*
#.build
#!.build/KmmBridgeIntegrationTest-SPMWithoutCommit/ios-spm
.build
Package.resolved
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

kmmbridge {
versionPrefix.set("1.3")
versionPrefix.set("1.5")
spm(spmDirectory = "../", commitManually = true)
// For now the ios target takes whatever is the newest published Package.swift and doesn't care about the version
// timestampVersions()
Expand Down

0 comments on commit 2e00d66

Please sign in to comment.