Skip to content

Commit 9018d1c

Browse files
ashish29decfacebook-github-bot
authored andcommitted
Updating version to 0.3.1
Summary: This release supports following features: - - Packing translations of multiple locales together in same `.pack` file - Fallback to a different locale if a translation is not available in desired locale - Locales with Regions, for example, `zh-TW` Reviewed By: Ider Differential Revision: D30319949 fbshipit-source-id: 978064f
1 parent bf18681 commit 9018d1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Check out [our tech talk on StringPacks from DroiCon SF 2019](https://youtu.be/n
4545
dependencies {
4646
...
4747
...
48-
implementation 'com.whatsapp.stringpacks:stringpacks:0.3.0'
48+
implementation 'com.whatsapp.stringpacks:stringpacks:0.3.1'
4949
}
5050
```
5151
6. To remove old `.pack` files from the device's internal storage, on every app upgrade, add [MyPackageReplacedReceiver.java](library/src/main/java/com/whatsapp/stringpacks/receiver/MyPackageReplacedReceiver.java) and [PackFileDeletionService.java](library/src/main/java/com/whatsapp/stringpacks/service/PackFileDeletionService.java) to your `AndroidManifest.xml`

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android.useAndroidX=true
99

1010
## Maven specific properties
1111
GROUP=com.whatsapp.stringpacks
12-
LIBRARY_VERSION_NAME=0.3.0
12+
LIBRARY_VERSION_NAME=0.3.1
1313

1414
# Maven artifact information
1515
POM_ARTIFACT_ID=stringpacks

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
// Uncomment it for testing when a new version is published to maven
46-
// implementation 'com.whatsapp.stringpacks:stringpacks:0.3.0'
46+
// implementation 'com.whatsapp.stringpacks:stringpacks:0.3.1'
4747
implementation project(':library')
4848
implementation 'androidx.appcompat:appcompat:1.2.0'
4949
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)