File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+ - No new features!
10
+ ### Changed
11
+ - No changed features!
12
+ ### Deprecated
13
+ - No deprecated features!
14
+ ### Removed
15
+ - No removed features!
16
+ ### Fixed
17
+ - No fixed issues!
18
+ ### Security
19
+ - No security issues fixed!
20
+
21
+ ## [ 1.1.0] - 2020-08-14
22
+ ### Added
9
23
- Add support for flavor and build type configuration. The sample configuration is as follows:
10
24
<details open ><summary >Groovy</summary >
11
25
@@ -75,19 +89,10 @@ android {
75
89
}
76
90
}
77
91
```
78
-
79
92
</details >
80
93
81
- ### Changed
82
- - No changed features!
83
- ### Deprecated
84
- - No deprecated features!
85
94
### Removed
86
95
- The ` resDirPath ` parameter is no longer needed, since it gets inferred from the flavor or build type configured in the app
87
- ### Fixed
88
- - No fixed issues!
89
- ### Security
90
- - No security issues fixed!
91
96
92
97
## [ 1.0.0] - 2020-07-21
93
98
### Added
@@ -116,7 +121,8 @@ res_dir_path -> resDirPath
116
121
### Added
117
122
- Initial release.
118
123
119
- [ Unreleased ] : https://github.com/bq/poeditor-android-gradle-plugin/compare/1.0.0...HEAD
124
+ [ Unreleased ] : https://github.com/bq/poeditor-android-gradle-plugin/compare/1.1.0...HEAD
125
+ [ 1.1.0 ] : https://github.com/bq/poeditor-android-gradle-plugin/compare/1.0.0...1.1.0
120
126
[ 1.0.0 ] : https://github.com/bq/poeditor-android-gradle-plugin/compare/0.2.5...1.0.0
121
127
[ 0.2.5 ] : https://github.com/bq/poeditor-android-gradle-plugin/compare/v0.2.4...0.2.5
122
128
[ 0.2.4 ] : https://github.com/bq/poeditor-android-gradle-plugin/releases/tag/v0.2.4
You can’t perform that action at this time.
0 commit comments