Version 1.0.3-beta: 加入自訂圖片、優化位置設定

This commit is contained in:
Raymond Yang 2023-08-03 13:58:50 +08:00
parent 9c095fa4f1
commit c1f37845b4

View File

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