diff --git a/app/build.gradle b/app/build.gradle index 96b458e..0c4c939 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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' diff --git a/build.gradle b/build.gradle index 4147361..5d6a4c6 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3ff91ca..e61cbd0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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