Converted SMS sending to use intent rather than SMSManager

This commit is contained in:
Graham Jones
2018-12-26 20:40:39 +00:00
parent 5793655905
commit 9511b1ee09
5 changed files with 27 additions and 7 deletions

View File

@@ -2,14 +2,22 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}