File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.2.1]
5+
6+ - fix: IDE error: Cannot read field "x" because "nd" is null ([ #149 ] ( https://github.com/crowdin/android-studio-plugin/pull/149 ) )
7+
48## [ 2.2.0]
59
610- feat: option to skip special chars escape ([ #144 ] ( https://github.com/crowdin/android-studio-plugin/pull/144 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.crowdin.crowdin-idea'
8- version ' 2.2.0 '
8+ version ' 2.2.1 '
99
1010sourceCompatibility = ' 17'
1111
@@ -40,7 +40,7 @@ intellij {
4040}
4141patchPluginXml {
4242 changeNotes = """
43- - Add escape_special_characters option support """
43+ - Bug fixes """
4444}
4545
4646wrapper {
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >com.crowdin.crowdin-idea</id >
33 <name >Crowdin</name >
4- <version >2.2.0 </version >
4+ <version >2.2.1 </version >
55<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions-->
66<!-- https://www.jetbrains.com/idea/download/other.html-->
77 <idea-version since-build =" 222.*" />
You can’t perform that action at this time.
0 commit comments