Skip to content

Commit 5f792a6

Browse files
committed
lib test2
1 parent 9142c12 commit 5f792a6

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ dependencies {
2525
testImplementation 'junit:junit:4.12'
2626
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2727
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
28+
implementation 'com.github.mobtexting:mobtexting-android-sdk:9142c12843'
2829
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import android.os.Bundle;
55
import android.util.Log;
66

7+
import com.mobtexting.Config;
8+
79
public class MainActivity extends AppCompatActivity {
810

911
@Override

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22+
maven { url 'https://jitpack.io' }
2223
}
2324
}
2425

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mobtexting;
22

33
public class Config {
4-
private static String printText(String text){
4+
public static String printText(String text){
55
return text;
66
}
77
}

0 commit comments

Comments
 (0)