Skip to content

Commit

Permalink
Corrected versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Jul 20, 2022
1 parent 40811be commit 47ef134
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppCenterReactNativeShared/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ allprojects {
}

dependencies {
api 'com.microsoft.appcenter:appcenter:4.4.4'
api 'com.microsoft.appcenter:appcenter:4.4.5'
}

artifacts {
Expand Down
2 changes: 1 addition & 1 deletion appcenter-analytics/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter-analytics:4.4.4'
api 'com.microsoft.appcenter:appcenter-analytics:4.4.5'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.5'
Expand Down
2 changes: 1 addition & 1 deletion appcenter-crashes/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter-crashes:4.4.4'
api 'com.microsoft.appcenter:appcenter-crashes:4.4.5'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.5'
Expand Down
2 changes: 1 addition & 1 deletion appcenter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
api 'com.microsoft.appcenter:appcenter:4.4.4'
api 'com.microsoft.appcenter:appcenter:4.4.5'

//api project(':AppCenterReactNativeShared') // For testing with TestApp
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.5'
Expand Down

0 comments on commit 47ef134

Please sign in to comment.