Skip to content

Commit 0a884ad

Browse files
committed
version change
1 parent 98cca8e commit 0a884ad

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

raven-fcm-util/build.gradle

Lines changed: 3 additions & 12 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.0"
23+
versionName "1.0.1"
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.0'
65+
api 'com.github.ravenappdev:raven-android-sdk:1.0.1'
6666
}
6767

6868
// Because the components are created only during the afterEvaluate phase, you must
@@ -78,16 +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.0'
82-
}
83-
// Creates a Maven publication called “debug”.
84-
debug(MavenPublication) {
85-
// Applies the component for the debug build variant.
86-
from components.debug
87-
88-
groupId = 'com.raven'
89-
artifactId = 'raven-fcm-util-debug'
90-
version = '1.0.0'
81+
version = '1.0.1'
9182
}
9283
}
9384
}

0 commit comments

Comments
 (0)