Skip to content

Commit 73be28e

Browse files
ci: Update Android SDK to Version 5.27.0 (#11)
1 parent 0ed5da7 commit 73be28e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</feature>
1414
</config-file>
1515
<source-file src="src/android/src/main/java/com/mparticle/cordova/MParticleCordovaPlugin.java" target-dir="src/android/src/main/java/com/mparticle/cordova/MParticleCordovaPlugin.java" />
16-
<framework src="com.mparticle:android-core:5.16.5"/>
16+
<framework src="com.mparticle:android-core:5.27.0"/>
1717
</platform>
1818
<platform name="ios">
1919
<config-file target="config.xml" parent="/*">

plugin/src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies {
2121
testCompile 'org.json:json:20080701'
2222
testCompile "org.mockito:mockito-core:1.+"
2323
provided 'org.apache.cordova:framework:7.1.0'
24-
provided 'com.mparticle:android-core:5.24.0'
24+
provided 'com.mparticle:android-core:5.27.0'
2525
}

0 commit comments

Comments
 (0)