Skip to content

Commit bbb7ffb

Browse files
missplelling fixes
1 parent 65a57bc commit bbb7ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ July 11, 2017
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)