File tree Expand file tree Collapse file tree
src/main/java/com/mobtexting/sms
mobtextingsms/src/main/java/com/mobtexting Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 44import android .os .Bundle ;
55import android .util .Log ;
66
7+ import com .mobtexting .Config ;
8+
79public class MainActivity extends AppCompatActivity {
810
911 @ Override
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ allprojects {
1919 repositories {
2020 google()
2121 jcenter()
22+ maven { url ' https://jitpack.io' }
2223 }
2324}
2425
Original file line number Diff line number Diff line change 11package com .mobtexting ;
22
33public class Config {
4- private static String printText (String text ){
4+ public static String printText (String text ){
55 return text ;
66 }
77}
You can’t perform that action at this time.
0 commit comments