This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc6dbb9
commit e82342e
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Upgraded Retroswagger to version 1.1.0 that uses the latest version of Kotlinpoet (1.3.0). | ||
Also we have raised IDE compatibility version. | ||
Solves issue with AS 3.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>com.schibsted.protein</id> | ||
<name>Protein - Kotlin code generator for Retrofit2 and RxJava2 based on Swagger</name> | ||
<version>1.2.0</version> | ||
<version>1.2.1</version> | ||
<vendor email="[email protected]" url="http://www.adevinta.com">Adevinta Spain</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -42,8 +42,7 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
Upgraded Retroswagger to version 1.1.0 that uses the latest version of Kotlinpoet (1.3.0). | ||
Also we have raised IDE compatibility version | ||
Solves issue with AS 3.5.1 | ||
]]> | ||
</change-notes> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MAJOR=1 | ||
MINOR=2 | ||
PATCH=0 | ||
PATCH=1 |