Update v1.0.4

This commit is contained in:
amurcanov
2026-03-29 02:09:50 +03:00
parent 70e724dfcf
commit c7dd445c2e
8 changed files with 248 additions and 850 deletions
+3 -3
View File
@@ -5,14 +5,14 @@ plugins {
android {
namespace = "com.amurcanov.tgwsproxy"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.amurcanov.tgwsproxy"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionName = "1.0.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {