fix: make basicPip lazy to avoid NPE

close #50
This commit is contained in:
Miuzarte
2026-07-09 10:28:15 +08:00
parent 0fa3a3d544
commit 14c95cd734
2 changed files with 3 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 34
versionName = "0.4.3"
versionCode = 35
versionName = "0.4.4"
externalNativeBuild {
cmake {