Skip to content

Commit 538946a

Browse files
committed
version bump
1 parent 9fe08e9 commit 538946a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

raven-fcm-util/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
minSdkVersion 16
2121
targetSdkVersion 30
2222
versionCode 1
23-
versionName "1.0.2"
23+
versionName "1.0.3"
2424

2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
consumerProguardFiles "consumer-rules.pro"
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'com.google.firebase:firebase-messaging:21.0.1'
6363

6464
//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'
6666
}
6767

6868
// Because the components are created only during the afterEvaluate phase, you must
@@ -78,7 +78,7 @@ afterEvaluate {
7878
// You can then customize attributes of the publication as shown below.
7979
groupId = 'com.raven'
8080
artifactId = 'raven-fcm-util'
81-
version = '1.0.2'
81+
version = '1.0.3'
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)