Skip to content

Commit

Permalink
fix: target sdk 33
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Aug 16, 2024
1 parent 91939d2 commit 84c90de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analytics-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 33
versionName PUBLISH_VERSION
}

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

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 33
versionName PUBLISH_VERSION
buildConfigField "String", "VERSION_NAME", "\"$PUBLISH_VERSION\""
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 84c90de

Please sign in to comment.