mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Update Android SDK
This commit is contained in:
parent
1193c23433
commit
777c3a649a
2 changed files with 4 additions and 4 deletions
|
@ -18,12 +18,12 @@ def chiakiVersion = "$chiakiVersionMajor.$chiakiVersionMinor.$chiakiVersionPatch
|
||||||
println("Determined Chiaki Version: $chiakiVersion")
|
println("Determined Chiaki Version: $chiakiVersion")
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 30
|
||||||
buildToolsVersion "29.0.2"
|
buildToolsVersion "30.0.2"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.metallic.chiaki"
|
applicationId "com.metallic.chiaki"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 30
|
||||||
versionCode 7
|
versionCode 7
|
||||||
versionName chiakiVersion
|
versionName chiakiVersion
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
@ -112,7 +112,7 @@ class StreamSession(val connectInfo: ConnectInfo, val logManager: LogManager, va
|
||||||
|
|
||||||
val surfaceTexture = surfaceTexture
|
val surfaceTexture = surfaceTexture
|
||||||
if(surfaceTexture != null)
|
if(surfaceTexture != null)
|
||||||
textureView.surfaceTexture = surfaceTexture
|
textureView.setSurfaceTexture(surfaceTexture)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun setLoginPin(pin: String)
|
fun setLoginPin(pin: String)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue