mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -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")
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "30.0.2"
|
||||
defaultConfig {
|
||||
applicationId "com.metallic.chiaki"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 7
|
||||
versionName chiakiVersion
|
||||
externalNativeBuild {
|
||||
|
|
|
@ -112,7 +112,7 @@ class StreamSession(val connectInfo: ConnectInfo, val logManager: LogManager, va
|
|||
|
||||
val surfaceTexture = surfaceTexture
|
||||
if(surfaceTexture != null)
|
||||
textureView.surfaceTexture = surfaceTexture
|
||||
textureView.setSurfaceTexture(surfaceTexture)
|
||||
}
|
||||
|
||||
fun setLoginPin(pin: String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue