Skip to content

Commit

Permalink
bump version and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed May 6, 2021
1 parent 971283e commit a470943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.amazon.tv.leanbacklauncher"
minSdkVersion 22
targetSdkVersion 30
versionCode 24
versionName "1.25"
versionCode 26
versionName "1.26"
vectorDrawables.useSupportLibrary = true
resConfigs "en", "ru", "uk", "it", "fr", "es", "de"
setProperty("archivesBaseName", "LeanbackOnFire_v" + versionName)
Expand All @@ -31,22 +31,25 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
}
}
lintOptions {
abortOnError false
}
}

dependencies {
def leanback_version = "1.1.0-beta01" // "1.0.0"
def leanback_version = "1.1.0-rc01" // "1.0.0"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation "androidx.leanback:leanback:$leanback_version"
implementation "androidx.leanback:leanback-preference:$leanback_version"
implementation 'androidx.lifecycle:lifecycle-process:2.3.1'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'com.google.android.exoplayer:exoplayer:2.7.0'
implementation 'com.google.android.exoplayer:exoplayer:2.13.3'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.google.guava:guava:30.1.1-jre'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.5.0'

repositories {
google()
Expand Down

0 comments on commit a470943

Please sign in to comment.