We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ca17e commit 0dd7971Copy full SHA for 0dd7971
1 file changed
android/app/build.gradle.kts
@@ -22,8 +22,8 @@ android {
22
applicationId = "com.telegramtv"
23
minSdk = 21
24
targetSdk = 34
25
- versionCode = 5
26
- versionName = "1.1.5"
+ versionCode = 6
+ versionName = "1.0.1"
27
28
val serverUrl = localProperties.getProperty("TELEGRAM_TV_SERVER_URL", "")
29
buildConfigField("String", "DEFAULT_SERVER_URL", "\"$serverUrl\"")
0 commit comments