File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2022-05-03)
2+
3+
4+ ### Bug Fixes
5+
6+ * Remove uneccessary parts of iOS .pbxproj file update script ([ 6c8a42d] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/6c8a42d2676a055e411104e88af317622f00139b ) )
7+ * Update Android Gradle Plugin to 7.0.2 ([ 1ce639b] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/1ce639b875ffeb577595f269570761a17c984aa5 ) )
8+
9+
10+ ### Features
11+
12+ * Add CommerceEvent tests ([ d0f299a] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/d0f299a1893eb5e9b88a3b2018fc67c86c2f1476 ) )
13+ * add compatibility for Android Application tests ([ #15 ] ( https://github.com/mParticle/crossplatform-sdk-tests/issues/15 ) ) ([ a4a65fd] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/a4a65fd9c3932c614f20f2ef214578dcd04f02ef ) )
14+ * add Github Artifacts release task ([ #12 ] ( https://github.com/mParticle/crossplatform-sdk-tests/issues/12 ) ) ([ 7b73b5c] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/7b73b5cda8cdcc7231baab75d01deecf45bb54ba ) )
15+ * Add Identity tests ([ cbe29c6] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/cbe29c6f201d6db0990ce0db97acc7499eda5455 ) )
16+ * Enable identity tests on iOS ([ 38ca3fa] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/38ca3fa4e37ef8935de8bb3c987bb3676dde8a02 ) )
17+ * Manually expose private Header files in iOS SDK for testing ([ 2f341ea] ( https://github.com/mParticle/crossplatform-sdk-tests/commit/2f341ea82547d3cb9880cec248dd2d550df8da71 ) )
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ repositories {
2020
2121dependencies {
2222 .. .
23- implementation(" com.mparticle:models:2.3 " ) // <--- add for serializable server DTOs
23+ implementation(" com.mparticle:models:1.0.0 " ) // <--- add for serializable server DTOs
2424 .. .
25- androidTestImplementation(" com.mparticle:testing:2.3 " ) // <--- add for `Server` and instrumented testing base classes
25+ androidTestImplementation(" com.mparticle:testing:1.0.0 " ) // <--- add for `Server` and instrumented testing base classes
2626 }
2727```
2828
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ xcodeproj=Tests/helpers/XCodeTest
1010kotlin.mpp.stability.nowarn =true
1111
1212group =com.mparticle
13- version =2.3
13+ version =1.0.0
You can’t perform that action at this time.
0 commit comments