Skip to content

Commit

Permalink
Bitrise build 6469
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitrise Buildbot committed Oct 5, 2023
1 parent 6ff1796 commit ff70fba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geotabdrivesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 33
versionCode 67446
versionName "6.4.0"
versionCode 67469
versionName "6.4.0_67469"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -153,7 +153,7 @@ publishing {
aar(MavenPublication) {
groupId 'com.geotab.mobile.sdk'
artifactId 'mobile-sdk-android'
version android.defaultConfig.versionName + "_" + android.defaultConfig.versionCode
version android.defaultConfig.versionName

artifact "$buildDir/outputs/aar/geotabdrivesdk-release.aar"

Expand Down

0 comments on commit ff70fba

Please sign in to comment.