Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
psrivastav6 committed Feb 22, 2021
1 parent 5898ea7 commit 2e94705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raven-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.2"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -64,7 +64,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.raven'
artifactId = 'raven-android-sdk'
version = '1.0.2'
version = '1.0.3'
}
}
}
Expand Down

0 comments on commit 2e94705

Please sign in to comment.