Skip to content

Commit

Permalink
refactor(trying somthing that may not work)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 27, 2023
1 parent 7b6f47a commit 6a1c29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/skolplattformen-app-new/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {
applicationId "com.oppna_skolplattformen_new.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionCode 1
versionName "1.0"
}
signingConfigs {
Expand Down
5 changes: 3 additions & 2 deletions apps/skolplattformen-app-new/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ platform :android do
add_git_tag(
grouping: "builds",
includes_lane: true,
prefix: "v#{ENV['VERSION_NAME']}-",
build_number: ENV['VERSION_CODE'],
# prefix: "v#{ENV['VERSION_NAME']}-",
# build_number: ENV['VERSION_CODE'],
tag:"v#{ENV['VERSION_NAME']}-#{ENV['VERSION_CODE']}"
)
push_to_git_remote(
tags: true
Expand Down

0 comments on commit 6a1c29c

Please sign in to comment.