Skip to content

Commit

Permalink
Updated some libs's versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 29, 2024
1 parent 2c7212f commit 8542dd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
compileSdk 33
minSdkVersion 18
targetSdkVersion 33
versionCode 11
versionName "3.5.1"
versionCode 12
versionName "3.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down Expand Up @@ -62,11 +62,11 @@ dependencies {
implementation 'com.drewnoakes:metadata-extractor:2.9.1'
implementation 'com.squareup.moshi:moshi:1.5.0'
implementation 'com.github.topjohnwu:libsu:2.1.2'
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha01'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'com.google.android.material:material:1.1.0-alpha02'
implementation 'com.google.android.material:material:1.1.0'
implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 8542dd6

Please sign in to comment.