Skip to content

Commit 7a00cbf

Browse files
authored
Merge pull request #19 from FarshidRoohi/master
fix shiiit
2 parents 46b8445 + 106be06 commit 7a00cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qlroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
}
2424

25-
def versionLib = '0.0.11'
25+
def versionLib = '0.0.12'
2626

2727
group = 'com.zarinpal'
2828
version = versionLib

qlroid/src/main/java/com/github/imanx/QLroid/Mutation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public String getQuery() {
4343

4444
query = String.format(query,
4545
"(" + mutationRaw + ")",
46-
getModel() == null ? "" : ":" + getModel().getResponseModelName(),
46+
getModel() == null ? "" : String.format("%s :", getModel().getResponseModelName()),
4747
getOperationName(),
4848
params,
4949
fields

0 commit comments

Comments
 (0)