mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-03 19:40:08 -05:00
bump 30.57
This commit is contained in:
@@ -50,8 +50,8 @@ android {
|
||||
applicationId "org.smarttube"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 2246
|
||||
versionName "30.56"
|
||||
versionCode 2247
|
||||
versionName "30.57"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
@@ -199,6 +199,10 @@ dependencies {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
ststableImplementation('com.google.firebase:firebase-crashlytics:' + firebaseCrashlyticsVersion) {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
|
||||
|
||||
implementation 'net.gotev:speech:' + gotevSpeechVersion
|
||||
|
||||
Reference in New Issue
Block a user