Skip to content

Commit

Permalink
Bump SDK versions (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky authored Jan 10, 2024
1 parent 3561378 commit a65f3b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions AppCenterReactNativeShared/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 66
versionCode 67
versionName '5.0.1'
group groupId
version versionName
Expand Down Expand Up @@ -112,7 +112,7 @@ publishing {
}

dependencies {
api 'com.microsoft.appcenter:appcenter:5.0.3'
api 'com.microsoft.appcenter:appcenter:5.0.4'
}

artifacts {
Expand Down
6 changes: 3 additions & 3 deletions appcenter-analytics/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion rootProject.properties.get('targetSdkVersion', 29)
versionCode 66
versionCode 67
versionName '5.0.1'
ndk {
abiFilters 'armeabi-v7a', 'x86'
Expand All @@ -24,8 +24,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter-analytics:5.0.3'
api 'com.microsoft.appcenter:appcenter-analytics:5.0.4'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.0'
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.1'
}
6 changes: 3 additions & 3 deletions appcenter-crashes/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion rootProject.properties.get('targetSdkVersion', 29)
versionCode 66
versionCode 67
versionName '5.0.1'
ndk {
abiFilters 'armeabi-v7a', 'x86'
Expand All @@ -24,8 +24,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter-crashes:5.0.3'
api 'com.microsoft.appcenter:appcenter-crashes:5.0.4'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.0'
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.1'
}
6 changes: 3 additions & 3 deletions appcenter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion rootProject.properties.get('targetSdkVersion', 29)
versionCode 66
versionCode 67
versionName '5.0.1'
ndk {
abiFilters 'armeabi-v7a', 'x86'
Expand All @@ -24,8 +24,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter:5.0.3'
api 'com.microsoft.appcenter:appcenter:5.0.4'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.0'
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.1'
}

0 comments on commit a65f3b6

Please sign in to comment.