Skip to content

Commit

Permalink
1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Jun 16, 2022
1 parent bbe1564 commit fb5dc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0.0-beta2"
versionName "1.0.0-beta3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -47,7 +47,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'org.unifiedpush.android'
artifactId = 'android-foss_embedded_fcm_distributor'
version = '1.0.0-beta2'
version = '1.0.0-beta3'
}
}
}
Expand Down

0 comments on commit fb5dc57

Please sign in to comment.