v1.0.2: TvmonScraper 소스 적용 (카테고리 정렬 파라미터 제거)

This commit is contained in:
tvmon-dev
2026-04-16 18:08:34 +09:00
parent 55c45cd399
commit 626517c9ef
3 changed files with 19 additions and 21 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "com.example.tvmon"
minSdk 28
targetSdk 34
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}