Skip to content

Commit

Permalink
refactor(reset versioncode, enabled apk upload, discarded draft track…
Browse files Browse the repository at this point in the history
… on google play)

Co-authored-by: Lee Sheppard<[email protected]>
  • Loading branch information
PalmN72 committed Oct 26, 2023
1 parent 2616098 commit c156c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
1 change: 0 additions & 1 deletion apps/skolplattformen-app-new/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ platform :android do
)
system("cd #{symbolsFolderPath} && zip -r #{symbolsFilePath} .")
upload_to_play_store(
skip_upload_apk: true,
track: 'internal',
release_status: 'draft',
version_code: ENV['VERSION_CODE'],
Expand Down

0 comments on commit c156c95

Please sign in to comment.