Skip to content

Commit

Permalink
v5.28.4 - Corrected version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Feb 8, 2023
1 parent 51e1b16 commit dca9b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.io.IOException
*/
class Notifier @JvmOverloads constructor(
var name: String = "Android Bugsnag Notifier",
var version: String = "v5.28.4",
var version: String = "5.28.4",
var url: String = "https://bugsnag.com"
) : JsonStream.Streamable {

Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-app-example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation "com.bugsnag:bugsnag-android:v5.28.4"
implementation "com.bugsnag:bugsnag-android:5.28.4"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.4.0"
implementation "com.google.android.material:material:1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
VERSION_NAME=v5.28.4
VERSION_NAME=5.28.4
GROUP=com.bugsnag
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
POM_SCM_CONNECTION=scm:git@github.com:bugsnag/bugsnag-android.git
Expand Down

0 comments on commit dca9b61

Please sign in to comment.