Skip to content

Commit

Permalink
Merge pull request #1699 from microsoft/start/5.0.3
Browse files Browse the repository at this point in the history
Start version 5.0.3
  • Loading branch information
DmitriyKirakosyan authored Jun 29, 2023
2 parents a7b768d + 47dc196 commit e58dad6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# App Center SDK for Android Change Log

## Version 5.0.2 (In development)
## Version 5.0.3 (In development)

## Version 5.0.2

### AppCenter

Expand Down
6 changes: 3 additions & 3 deletions apps/sasquatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
flavorDimensions "dependency", "distribute"

defaultConfig {
versionCode 300
versionName "5.0.1"
versionCode 302
versionName "5.0.3"
externalNativeBuild {
ndkBuild {
arguments "NDK_APPLICATION_MK=Application.mk", "V=1"
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {
projectDependencyImplementation project(':sdk:appcenter-analytics')
projectDependencyImplementation project(':sdk:appcenter-crashes')

def appCenterSdkVersion = "5.0.1"
def appCenterSdkVersion = "5.0.2"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"

Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// Version constants

ext {
versionCode = 71
versionName = '5.0.2'
versionCode = 72
versionName = '5.0.3'
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
Expand Down

0 comments on commit e58dad6

Please sign in to comment.