Skip to content

Commit 9a2650d

Browse files
committed
example test
1 parent 56111d3 commit 9a2650d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2727
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
2828

29-
implementation 'com.github.mobtexting:mobtexting-android-sdk:v1.0-alpha'
29+
implementation 'com.github.mobtexting:mobtexting-android-sdk:v1.0.1-alpha'
3030
implementation 'com.msg91.sendotp.library:library:3.1'
3131

3232

app/src/main/java/com/mobtexting/sms/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected void onCreate(Bundle savedInstanceState) {
2323

2424
@Override
2525
public void onResponse(ServerResponse serverResponse) {
26-
Log.d("response",serverResponse.getStatus()+" "+serverResponse.getDescription());
26+
Log.d("response",serverResponse.getStatus()+" "+serverResponse.getDescription()+" "+serverResponse.getSmsId());
2727
}
2828

2929
@Override
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">mobtexting-android-sdk</string>
3-
<string name="mobtextingapikey">sadasdasd</string>
4-
<string name="mobtextingsenderid">sadasd</string>
2+
<string name="app_name">Mobtexting SMS</string>
3+
<string name="mobtextingapikey">sadasdasdasd</string>
4+
<string name="mobtextingsenderid">sadasdasdsadasda</string>
55
</resources>

0 commit comments

Comments
 (0)