Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jul 23, 2019
1 parent b0de710 commit 4a300d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.17
- Add plurals sorting
- Dependency versions bump

### 1.0.16
- extended tag escaping strategy to quotes around attribute values

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Generation has to be invoked as additional gradle task. Java 1.8 is required.
In whichever `build.gradle` file.
```groovy
plugins {
id 'pl.droidsonroids.localization' version '1.0.16'
id 'pl.droidsonroids.localization' version '1.0.17'
}
```
Note: exact version number must be specified, `+` cannot be used as wildcard.
Expand All @@ -39,8 +39,8 @@ Note: exact version number must be specified, `+` cannot be used as wildcard.
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'pl.droidsonroids.gradle.localization:android-gradle-localization-plugin:1.0.16'
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'pl.droidsonroids.gradle.localization:android-gradle-localization-plugin:1.0.17'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.16
VERSION_NAME=1.0.17
GROUP=pl.droidsonroids.gradle.localization

POM_DESCRIPTION=Gradle plugin for generating localized string resources
Expand Down

0 comments on commit 4a300d9

Please sign in to comment.