mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-05-17 19:35:54 +08:00
bump to 21.52
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,6 +50,7 @@ android-upd2.keystore
|
||||
build.log
|
||||
notes.txt
|
||||
out.txt
|
||||
out1.txt
|
||||
deps.txt
|
||||
logcat.txt
|
||||
/releases
|
||||
|
@ -60,8 +60,8 @@ android {
|
||||
applicationId "com.liskovsoft.smarttubetv"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 1341
|
||||
versionName "21.51"
|
||||
versionCode 1342
|
||||
versionName "21.52"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
|
Reference in New Issue
Block a user