Skip to content

Commit a470943

Browse files
committed
bump version and libs
1 parent 971283e commit a470943

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

app/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "com.amazon.tv.leanbacklauncher"
1717
minSdkVersion 22
1818
targetSdkVersion 30
19-
versionCode 24
20-
versionName "1.25"
19+
versionCode 26
20+
versionName "1.26"
2121
vectorDrawables.useSupportLibrary = true
2222
resConfigs "en", "ru", "uk", "it", "fr", "es", "de"
2323
setProperty("archivesBaseName", "LeanbackOnFire_v" + versionName)
@@ -31,22 +31,25 @@ android {
3131
minifyEnabled false
3232
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3333
}
34+
debug {
35+
minifyEnabled false
36+
}
3437
}
3538
lintOptions {
3639
abortOnError false
3740
}
3841
}
3942

4043
dependencies {
41-
def leanback_version = "1.1.0-beta01" // "1.0.0"
44+
def leanback_version = "1.1.0-rc01" // "1.0.0"
4245
implementation fileTree(dir: 'libs', include: ['*.jar'])
4346
implementation 'androidx.appcompat:appcompat:1.2.0'
4447
implementation 'androidx.core:core-ktx:1.3.2'
4548
implementation "androidx.leanback:leanback:$leanback_version"
4649
implementation "androidx.leanback:leanback-preference:$leanback_version"
4750
implementation 'androidx.lifecycle:lifecycle-process:2.3.1'
4851
implementation 'androidx.palette:palette-ktx:1.0.0'
49-
implementation 'com.google.android.exoplayer:exoplayer:2.7.0'
52+
implementation 'com.google.android.exoplayer:exoplayer:2.13.3'
5053
implementation 'com.github.bumptech.glide:glide:4.12.0'
5154
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
5255
implementation 'com.google.guava:guava:30.1.1-jre'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.31'
4+
ext.kotlin_version = '1.5.0'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)