Skip to content

Commit

Permalink
chore: bump to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Nov 1, 2024
1 parent 17f7684 commit 9ba29e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 4.0.3

- Upgrade: third-party dependencies (lombok, jackson-databind) (#167)

# 4.0.2

- Fix: passive site keys (hideDialog=true) broken for `compose-sdk`
Expand Down
6 changes: 3 additions & 3 deletions compose-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {
// See https://developer.android.com/studio/publish/versioning
// versionCode must be integer and be incremented by one for every new update
// android system uses this to prevent downgrades
versionCode 41
versionCode 42

// version number visible to the user
// should follow semantic versioning (See https://semver.org)
versionName "4.0.2"
versionName "4.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -100,4 +100,4 @@ project.afterEvaluate {
}
}

apply from: "$rootProject.projectDir/gradle/shared/code-quality.gradle"
apply from: "$rootProject.projectDir/gradle/shared/code-quality.gradle"
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ android {
// See https://developer.android.com/studio/publish/versioning
// versionCode must be integer and be incremented by one for every new update
// android system uses this to prevent downgrades
versionCode 41
versionCode 42

// version number visible to the user
// should follow semantic versioning (See https://semver.org)
versionName "4.0.2"
versionName "4.0.3"

buildConfigField 'String', 'VERSION_NAME', "\"${defaultConfig.versionName}_${defaultConfig.versionCode}\""

Expand Down

0 comments on commit 9ba29e2

Please sign in to comment.