Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jan 11, 2019
1 parent 2670a15 commit 6ffb125
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.16
- extended tag escaping strategy to quotes around attribute values

### 1.0.15
- added support for empty plural values
- dependencies versions bump
Expand Down
4 changes: 2 additions & 2 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.15'
id 'pl.droidsonroids.localization' version '1.0.16'
}
```
Note: exact version number must be specified, `+` cannot be used as wildcard.
Expand All @@ -40,7 +40,7 @@ Note: exact version number must be specified, `+` cannot be used as wildcard.
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'pl.droidsonroids.gradle.localization:android-gradle-localization-plugin:1.0.15'
classpath 'pl.droidsonroids.gradle.localization:android-gradle-localization-plugin:1.0.16'
}
}
```
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.15
VERSION_NAME=1.0.16
GROUP=pl.droidsonroids.gradle.localization

POM_DESCRIPTION=Gradle plugin for generating localized string resources
Expand Down

0 comments on commit 6ffb125

Please sign in to comment.