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:
+3
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user