File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11moshi-java-codegen
22=====
33
4- [ ![ ] ( https://jitpack.io/v/nename0/moshi-java-codegen.svg )] ( https://jitpack.io/#nename0/moshi-java-codegen/1.1.0 )
4+ [ ![ ] ( https://jitpack.io/v/nename0/moshi-java-codegen.svg )] ( https://jitpack.io/#nename0/moshi-java-codegen/1.1.1 )
55
66This annotation processor generates small and fast [ JsonAdapters] ( https://square.github.io/moshi/1.x/moshi/com/squareup/moshi/JsonAdapter.html )
77for Moshi from Java classes, just like the [ moshi-kotlin-codegen] ( https://github.com/square/moshi#codegen ) for Kotlin.
@@ -26,7 +26,7 @@ repositories {
2626}
2727
2828dependencies {
29- annotationProcessor "com.github.nename0:moshi-java-codegen:1.1.0 "
29+ annotationProcessor "com.github.nename0:moshi-java-codegen:1.1.1 "
3030}
3131```
3232
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allprojects {
88 apply plugin : " java"
99
1010 group ' com.github.nename0'
11- version ' 1.1.0 '
11+ version ' 1.1.1 '
1212
1313 repositories {
1414 mavenCentral()
You can’t perform that action at this time.
0 commit comments