This commit is contained in:
Yuriy Liskov
2024-07-24 18:54:52 +03:00
parent 0ac9ec5ac7
commit 3be1fedd98
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -69,3 +69,4 @@ tmp/
.externalNativeBuild
fabric.properties
*BAK.java
hs_err_pid*.log

View File

@ -60,8 +60,8 @@ android {
applicationId "com.liskovsoft.smarttubetv"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 1455
versionName "22.65"
versionCode 1457
versionName "22.67"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"