We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5898ea7 commit 2e94705Copy full SHA for 2e94705
raven-android-sdk/build.gradle
@@ -20,7 +20,7 @@ android {
20
minSdkVersion 21
21
targetSdkVersion 30
22
versionCode 1
23
- versionName "1.0.2"
+ versionName "1.0.3"
24
25
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
26
consumerProguardFiles 'consumer-rules.pro'
@@ -64,7 +64,7 @@ afterEvaluate {
64
// You can then customize attributes of the publication as shown below.
65
groupId = 'com.raven'
66
artifactId = 'raven-android-sdk'
67
- version = '1.0.2'
+ version = '1.0.3'
68
}
69
70
0 commit comments