We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5452c1e commit d7869a0Copy full SHA for d7869a0
3 files changed
.idea/caches/build_file_checksums.ser
0 Bytes
app/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
androidTestImplementation 'com.android.support.test:runner:1.0.2'
27
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
28
29
- implementation 'com.github.mobtexting:mobtexting-android-sdk:83db744ef5'
+ implementation 'com.github.mobtexting:mobtexting-android-sdk:5452c1ea2f'
30
implementation 'com.msg91.sendotp.library:library:3.1'
31
32
app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
1
<resources>
2
<string name="app_name">Mobtexting SMS</string>
3
- <string name="mobtextingapikey">sadasdas</string>
4
- <string name="mobtextingsenderid">sadasdasdas</string>
+ <string name="mobtextingapikey">sdasdasdasdas</string>
+ <string name="mobtextingsenderid">sadasdasdasd</string>
5
</resources>
0 commit comments