Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80896c21 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Upgrade gradle dependencies

parent 5c536cff
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@ def versionMinor = 0
def versionPatch = 0

android {
    compileSdk 35
    compileSdk 36

    defaultConfig {
        applicationId "foundation.e.pwaplayer"
        minSdk 24
        targetSdk 35
        targetSdk 36
        versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100
        versionName "${versionMajor}.${versionMinor}.${versionPatch}"

@@ -62,21 +62,20 @@ android {
}

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
    implementation 'androidx.core:core-ktx:1.15.0'
    implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.0"
    implementation 'androidx.core:core-ktx:1.17.0'

    implementation "androidx.appcompat:appcompat:1.7.0"
    implementation "androidx.appcompat:appcompat:1.7.1"
    implementation "androidx.recyclerview:recyclerview:1.4.0"
    implementation "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
    implementation "androidx.preference:preference-ktx:1.2.1"

    def room_version = "2.6.1"
    implementation "androidx.room:room-runtime:$room_version"
    ksp "androidx.room:room-compiler:$room_version"
    implementation "androidx.room:room-runtime:2.8.4"
    ksp "androidx.room:room-compiler:2.8.4"

    implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test:core:1.6.1'
    androidTestImplementation 'androidx.test.ext:junit:1.2.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
    androidTestImplementation 'androidx.test:core:1.7.0'
    androidTestImplementation 'androidx.test.ext:junit:1.3.0'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
}
 No newline at end of file
+3 −4
Original line number Diff line number Diff line
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    ext.kotlin_version = "2.1.0"
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:8.9.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath 'com.android.tools.build:gradle:8.13.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
@@ -15,7 +14,7 @@ buildscript {
}

plugins {
    id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
    id 'com.google.devtools.ksp' version '2.3.3' apply false
}

allprojects {
+2 −2
Original line number Diff line number Diff line
#Thu Apr 03 16:23:55 IST 2025
#Thu Jan 15 13:18:24 IST 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists