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"
minSdk = 31
targetSdk = 35
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

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