Compare commits

1 Commits
v1.0.0 ... main

Author SHA1 Message Date
cf90925470 Bump version to 1.0.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 22:52:04 +01:00

View File

@@ -11,8 +11,8 @@ android {
applicationId = "dev.itsh.tetherapi"
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.0.1"
}
signingConfigs {