File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
20
20
minSdkVersion 16
21
21
targetSdkVersion 30
22
22
versionCode 1
23
- versionName " 1.0.2 "
23
+ versionName " 1.0.3 "
24
24
25
25
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
26
26
consumerProguardFiles " consumer-rules.pro"
@@ -62,7 +62,7 @@ dependencies {
62
62
implementation ' com.google.firebase:firebase-messaging:21.0.1'
63
63
64
64
// api project(':raven-android-sdk')
65
- api ' com.github.ravenappdev:raven-android-sdk:1.0.2 '
65
+ api ' com.github.ravenappdev:raven-android-sdk:1.0.3 '
66
66
}
67
67
68
68
// Because the components are created only during the afterEvaluate phase, you must
@@ -78,7 +78,7 @@ afterEvaluate {
78
78
// You can then customize attributes of the publication as shown below.
79
79
groupId = ' com.raven'
80
80
artifactId = ' raven-fcm-util'
81
- version = ' 1.0.2 '
81
+ version = ' 1.0.3 '
82
82
}
83
83
}
84
84
}
You can’t perform that action at this time.
0 commit comments