File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
app/src/main/java/com/amit/api Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ private String capitalizeString(String string)
9797 /**
9898 * Make API Call method
9999 *
100- * this method will handle all the api operations like GET, POST & PUT
100+ * this method will handle all the api operations like GET OR POST OR PUT
101101 * parameters for this method are as follows
102102 *
103103 ************************************************************************************************
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4-
54 repositories {
65 google()
76 jcenter()
87 }
98 dependencies {
109 classpath ' com.android.tools.build:gradle:3.1.2'
11- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
1211
1312 // NOTE: Do not place your application dependencies here; they belong
1413 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments