Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubsta committed Jul 4, 2023
1 parent 61a8b33 commit 39f7e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rampsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 21
targetSdkVersion 32
versionCode 17
versionName "3.0.2"
versionName "3.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
buildConfigField 'String', 'VERSION', "\"${defaultConfig.versionName}\""
Expand Down Expand Up @@ -84,7 +84,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.RampNetwork'
artifactId = 'ramp-sdk-android'
version = '3.0.2'
version = '3.0.3'
}
}
}
Expand Down

0 comments on commit 39f7e16

Please sign in to comment.