Bump version to 1.0.1

This commit is contained in:
sanjeok77
2026-03-04 02:27:02 +09:00
parent 98e7643742
commit c67bb57be7
2 changed files with 8 additions and 8 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm" applicationId = "com.hotdeal.alarm"
minSdk = 31 minSdk = 31
targetSdk = 35 targetSdk = 35
versionCode = 1 versionCode = 2
versionName = "1.0.0" versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -1,14 +1,14 @@
{ {
"version": "1.0.0", "version": "1.0.1",
"versionCode": 1, "versionCode": 2,
"minSdk": 31, "minSdk": 31,
"targetSdk": 35, "targetSdk": 35,
"forceUpdate": false, "forceUpdate": false,
"updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases", "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases",
"changelog": [ "changelog": [
"초기 릴리즈", "폴링 주기 설정 수정",
"뽐뿌, 클리앙, 루리웹, 쿨엔조이 지원", "릴리즈 빌드 (서명된 APK)",
"키워드 알림 기능", "버그 수정"
"사이트 필터 기능"
] ]
}
} }