diff --git a/app/build.gradle b/app/build.gradle index f83bc1bd..d0565997 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdk 21 targetSdk 33 versionCode 7 - versionName "3.4" + versionName "4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -56,13 +56,13 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1' implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'com.google.android.exoplayer:exoplayer:2.18.3' + implementation 'com.google.android.exoplayer:exoplayer:2.18.4' // Compose implementation 'androidx.activity:activity-compose:1.6.1' implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" - implementation 'androidx.compose.material3:material3:1.1.0-alpha06' + implementation 'androidx.compose.material3:material3:1.1.0-alpha07' implementation 'androidx.compose.material:material-icons-extended:1.3.1' // Testing diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index a334e7bd..a961f568 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 6, - "versionName": "3.3", + "versionCode": 7, + "versionName": "4.0", "outputFile": "app-release.apk" } ], diff --git a/build.gradle b/build.gradle index f3c79866..33d1ca31 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ buildscript { ext { - compose_version = '1.3.3' + compose_version = '1.4.0-beta02' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.4.1' apply false - id 'com.android.library' version '7.4.1' apply false + id 'com.android.application' version '7.4.2' apply false + id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false } \ No newline at end of file