Skip to content

Commit

Permalink
Version 4.8.5 (40805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed Apr 26, 2023
1 parent fc0548a commit 34a5f30
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) : 40804),
versionName : (project.hasProperty('buildVersionName') ? buildVersionName : '4.8.4')
versionCode : (project.hasProperty('buildVersionCode') ? Integer.parseInt(buildVersionCode) : 40805),
versionName : (project.hasProperty('buildVersionName') ? buildVersionName : '4.8.5')
]

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

0 comments on commit 34a5f30

Please sign in to comment.