able to stream now, need to do some code clean up and refactoring. Also need to have a view for controls

This commit is contained in:
kdeng00
2019-10-12 13:16:05 -04:00
parent f9304a52e2
commit cc97123908
21 changed files with 577 additions and 154 deletions
+3 -1
View File
@@ -11,7 +11,7 @@ allprojects {
}
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.example.mear"
minSdkVersion 23
@@ -31,6 +31,8 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
applicationIdSuffix = kotlin_version
versionNameSuffix = kotlin_version
}
}
compileOptions {