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.
* New Release version 1.1.3 * Changed the update pop-up message
- Loading branch information
1 parent
3c19ac4
commit 51284c9
Showing
6 changed files
with
25 additions
and
32 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,3 +1 @@ | ||
Adds support for Lists, more numeric types, nullability.<br/> | ||
Adds a simple KDoc to the request methods, using the summary field.<br/> | ||
Also lists parameter descriptions, when they exist. | ||
Removed `/` from the beginning of annotation paths |
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
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,5 +1,5 @@ | ||
buildscript { | ||
ext.kotlin_version = '1.3.11' | ||
ext.kotlin_version = '1.3.21' | ||
|
||
repositories { | ||
mavenCentral() | ||
|
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
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.1.2</version> | ||
<version>1.1.3</version> | ||
<vendor email="[email protected]" url="http://www.schibsted.es">Schibsted Spain</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -42,9 +42,7 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
Adds support for Lists, more numeric types, nullability.<br/> | ||
Adds a simple KDoc to the request methods, using the summary field.<br/> | ||
Also lists parameter descriptions, when they exist. | ||
Removed `/` from the beginning of annotation paths | ||
]]> | ||
</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=1 | ||
PATCH=2 | ||
PATCH=3 |