Version 1.0.2: 新增icon

This commit is contained in:
Raymond Yang 2023-07-03 20:02:31 +08:00
parent 32f3a66e81
commit e4cc62e850

View File

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