refactor(reset versioncode, enabled apk upload, discarded draft track on google play)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
This commit is contained in:
Palmn72 2023-10-26 18:42:16 +02:00
parent 261609824d
commit c156c954a9
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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'],