Skip to content

Commit a0ed57a

Browse files
Misspelling fixes (#120)
* missplelling fixes * more spelling issues
1 parent 65a57bc commit a0ed57a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ July 11, 2017
66

77
*Bug Fixes*
88

9-
- Close cursor on SQLlite.
9+
- Close cursor on SQLite.
1010

1111
*Breaking Changes*
1212

13-
- Must include intent filter for EventRescheduler and DatafileRescheduler in the application manifest if the devloper wants to use them (see the test-app manifest for an example).
13+
- Must include intent filter for EventRescheduler and DatafileRescheduler in the application manifest if the developer wants to use them (see the test-app manifest for an example).
1414
- Pass context into OptimizelyManager.Builder.
1515
- UserProfileService added.
1616
- Background processes are not running by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ task clean(type: Delete) {
7171
task ship() {
7272
dependsOn(':android-sdk:uploadArchives', ':shared:uploadArchives',
7373
'event-handler:uploadArchives', 'user-profile:uploadArchives',
74-
'datafile-handle:uploadArchives')
74+
'datafile-handler:uploadArchives')
7575
}
7676

7777
task cleanAllModules << {

0 commit comments

Comments
 (0)