Skip to content

Commit

Permalink
Version 4.8.4 (40804)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed Apr 24, 2023
1 parent caf4617 commit 4424b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
applicationId : "at.alladin.rmbt.android.prod",
minSdkVersion : 23,
targetSdkVersion : 33,
versionCode : (project.hasProperty('buildVersionCode') ? Integer.parseInt(buildVersionCode) : 40803),
versionName : (project.hasProperty('buildVersionName') ? buildVersionName : '4.8.3')
versionCode : (project.hasProperty('buildVersionCode') ? Integer.parseInt(buildVersionCode) : 40804),
versionName : (project.hasProperty('buildVersionName') ? buildVersionName : '4.8.4')
]

// All project modules dependency versions should be in versions map
Expand Down

0 comments on commit 4424b80

Please sign in to comment.