Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pulsejet/memories
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 22, 2024
2 parents 097e506 + 13da046 commit fb1fff7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plugins {

android {
namespace 'gallery.memories'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "gallery.memories"
minSdk 27
targetSdk 33
versionCode 6
versionName "1.6"
targetSdk 34
versionCode 7
versionName "1.7"
}

buildTypes {
Expand All @@ -32,18 +32,18 @@ android {
}

dependencies {
def media_version = "1.1.1"
def room_version = "2.5.2"
def media_version = "1.3.0"
def room_version = "2.6.1"

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.6.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.6.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'

implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation "androidx.media3:media3-exoplayer:$media_version"
implementation "androidx.media3:media3-ui:$media_version"
implementation "androidx.media3:media3-exoplayer-hls:$media_version"
Expand Down

0 comments on commit fb1fff7

Please sign in to comment.