diff --git a/.github/workflows/unit-test-gradle.yml b/.github/workflows/unit-test-gradle.yml index 767a5fa..874a2a8 100644 --- a/.github/workflows/unit-test-gradle.yml +++ b/.github/workflows/unit-test-gradle.yml @@ -23,8 +23,8 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '11' - distribution: 'temurin' + java-version: '17' + distribution: 'oracle' - name: Checkout Common Library Dependency uses: actions/checkout@v3 with: diff --git a/.gitignore b/.gitignore index fc224a4..8b93db3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ /.idea/libraries /.idea/modules.xml /.idea/workspace.xml +/.idea/compiler.xml +/.idea/misc.xml +/.idea/gradle.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml .DS_Store diff --git a/app/build.gradle b/app/build.gradle index 2d1cba1..71e3869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,18 +6,22 @@ plugins { android { namespace 'com.fivegmag.a5gmsmediasessionhandler' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.fivegmag.a5gmsmediasessionhandler" minSdk 29 - targetSdk 33 + targetSdk 34 versionCode 1 - versionName "1.2.0" + versionName "1.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } + buildFeatures { + buildConfig = true + } + buildTypes { release { minifyEnabled false @@ -48,7 +52,7 @@ dependencies { implementation 'org.greenrobot:eventbus:3.3.1' // 5GMAG - implementation 'com.fivegmag:a5gmscommonlibrary:1.2.0' + implementation 'com.fivegmag:a5gmscommonlibrary:1.2.1' // Retrofit def retrofit_version = "2.9.0" diff --git a/build.gradle b/build.gradle index 8ac57b5..17d5be4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.3.1' apply false - id 'com.android.library' version '7.3.1' apply false + id 'com.android.application' version '8.7.3' apply false + id 'com.android.library' version '8.7.3' apply false id 'org.jetbrains.kotlin.android' version '1.7.20' apply false } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c366ff8..eb70ab3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Mar 06 16:36:08 CET 2023 +#Tue Jan 14 11:16:12 CET 2025 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionPath=wrapper/dists -zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists