Version: 1.0.1

This commit is contained in:
Raymond Yang 2023-07-03 17:13:13 +08:00
parent 3cfb8fd9ac
commit 8c03269361

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.ray650128.floatingwindow" applicationId = "com.ray650128.floatingwindow"
minSdk = 26 minSdk = 26
targetSdk = 33 targetSdk = 33
versionCode = 1 versionCode = 2
versionName = "1.0" versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }