Skip to content

Commit 5cd5d2d

Browse files
committed
1. Modified comments.
1 parent b664868 commit 5cd5d2d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
0 Bytes
Binary file not shown.

app/src/main/java/com/amit/api/ApiServices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
************************************************************************************************

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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

0 commit comments

Comments
 (0)