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
|
build.log
|
||||||
notes.txt
|
notes.txt
|
||||||
out.txt
|
out.txt
|
||||||
|
out1.txt
|
||||||
deps.txt
|
deps.txt
|
||||||
logcat.txt
|
logcat.txt
|
||||||
/releases
|
/releases
|
||||||
|
@ -60,8 +60,8 @@ android {
|
|||||||
applicationId "com.liskovsoft.smarttubetv"
|
applicationId "com.liskovsoft.smarttubetv"
|
||||||
minSdkVersion project.properties.minSdkVersion
|
minSdkVersion project.properties.minSdkVersion
|
||||||
targetSdkVersion project.properties.targetSdkVersion
|
targetSdkVersion project.properties.targetSdkVersion
|
||||||
versionCode 1341
|
versionCode 1342
|
||||||
versionName "21.51"
|
versionName "21.52"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user