Skip to content

Commit

Permalink
Actualización de dependencias e incrementar versión
Browse files Browse the repository at this point in the history
  • Loading branch information
juanro49 committed Sep 2, 2022
1 parent 7c55ecb commit 31afe8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
30 changes: 14 additions & 16 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apply plugin: 'com.android.application'

android
{
compileSdkVersion 32
buildToolsVersion '32.0.0'
compileSdkVersion 33
buildToolsVersion '33.0.0'
buildFeatures.viewBinding true
defaultConfig
{
applicationId "org.juanro.feedtv"
minSdkVersion 19
targetSdkVersion 32
versionCode 20220109
versionName "2.2"
targetSdkVersion 33
versionCode 20220902
versionName '2.3'
useLibrary 'org.apache.http.legacy'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down Expand Up @@ -51,28 +51,26 @@ dependencies
implementation "com.github.bjoernpetersen:m3u-parser:1.3.0"

// UI
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha01'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0-beta02'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'

implementation 'androidx.lifecycle:lifecycle-runtime:2.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha03'
implementation 'androidx.lifecycle:lifecycle-runtime:2.6.0-alpha01'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.exoplayer:exoplayer:2.16.1'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation 'androidx.browser:browser:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.2.0-rc01'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20-Beta'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.4.1-alpha03'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha03'
androidTestImplementation 'androidx.test:runner:1.5.0-alpha04'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha07'

//implementation 'dev.dworks.libs:volleyplus:0.1.4'
//implementation 'com.squareup.okhttp3:okhttp:4.4.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0-alpha06'
classpath 'com.android.tools.build:gradle:7.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Dec 30 22:52:21 CET 2021
#Fri Sep 02 19:57:57 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 31afe8f

Please sign in to comment.