updated controls, android compatiblity

This commit is contained in:
David Zhao
2021-08-06 21:22:34 -07:00
parent 509a037936
commit 2eda3ae25f
5 changed files with 103 additions and 26 deletions
+7 -2
View File
@@ -32,10 +32,15 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.livekit_example"
minSdkVersion 16
applicationId "io.livekit.flutter_example"
minSdkVersion 21
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName