Skip to content

Commit 5be6ec3

Browse files
committed
Enable Play Store connection
1 parent 1698018 commit 5be6ec3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

android/fastlane/Fastfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ platform :android do
5656
desc "Build new bundle and upload to Internal track"
5757
lane :internal do |options|
5858
FileUtils.copy(ORIGINAL_CHANGELOG_PATH, FASTLANE_CHANGELOG_PATH)
59-
#versionCode = google_play_track_version_codes(track: "internal").max() + 1
60-
versionCode = 1
61-
# versionName = GOOGLE_PLAY_VERSION + "." + BUILD_NUMBER
62-
versionName = BUILD_NUMBER
59+
versionCode = google_play_track_version_codes(track: "internal").max() + 1
60+
versionName = GOOGLE_PLAY_VERSION + "." + BUILD_NUMBER
61+
# versionCode = 1
62+
# versionName = BUILD_NUMBER
63+
6364

6465
gradleOptions = {
6566
# Gradle 7.3 removed support for dynamic versioning through android.injected.version.code

0 commit comments

Comments
 (0)