Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-squarebits authored Nov 24, 2022
1 parent f242388 commit 8861139
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ You can use these methods anywhere in your project and these will provide transl
}
});




# For Modular Approach
- Please add DevNagriSDK dependency in each module level gradle file.
- If you have multiple modules in your application, then in each module's base activity override the below method.

public AppCompatDelegate getDelegate() {
return MainApplication.devNagriTranslationSdk.fetchAppDelegate(this, super.getDelegate());
}

0 comments on commit 8861139

Please sign in to comment.