Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ dependencies { implementation 'org.parceler:parceler-api:1.1.11' annotationProcessor 'org.parceler:parceler:1.1.9' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation "com.android.support:support-annotations:27.1.1" implementation "com.android.support:support-annotations:28.0.0" } android { Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ dependencies { implementation 'org.parceler:parceler-api:1.1.11' annotationProcessor 'org.parceler:parceler:1.1.9' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation "com.android.support:support-annotations:27.1.1" implementation "com.android.support:support-annotations:28.0.0" } android { Loading