|
|
|
@ -9,8 +9,8 @@ android {
|
|
|
|
|
applicationId "asgardius.page.s3music"
|
|
|
|
|
minSdk 21
|
|
|
|
|
targetSdk 33
|
|
|
|
|
versionCode 7
|
|
|
|
|
versionName "0.1.0"
|
|
|
|
|
versionCode 8
|
|
|
|
|
versionName "0.1.1"
|
|
|
|
|
setProperty("archivesBaseName", "s3-music-$versionName")
|
|
|
|
|
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
@ -37,13 +37,13 @@ dependencies {
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
implementation 'com.google.android.material:material:1.8.0'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
|
def exoplayer_version = "2.18.6"
|
|
|
|
|
def exoplayer_version = "2.18.7"
|
|
|
|
|
implementation "com.google.android.exoplayer:exoplayer:$exoplayer_version"
|
|
|
|
|
implementation "com.google.android.exoplayer:extension-mediasession:$exoplayer_version"
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
|
implementation"com.otaliastudios:zoomlayout:1.9.0"
|
|
|
|
|
// BEGIN AWS DEPENDENCIES
|
|
|
|
|
def aws_version = "2.66.0"
|
|
|
|
|
def aws_version = "2.71.0"
|
|
|
|
|
implementation "com.amazonaws:aws-android-sdk-s3:$aws_version"
|
|
|
|
|
implementation ("com.amazonaws:aws-android-sdk-mobile-client:$aws_version") { transitive = true }
|
|
|
|
|
// END AWS DEPENDENCIES
|
|
|
|
|