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

Commit f36f0af7 authored by Mark Harman's avatar Mark Harman
Browse files

Update gradle to 8.0.2.

parent cf615f8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ android {
        checkReleaseBuilds false
    }
    namespace 'net.sourceforge.opencamera'
    buildFeatures {
        renderScript true
    }
    //useLibrary 'android.test.mock'
}

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ buildscript {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:7.4.2'
        classpath 'com.android.tools.build:gradle:8.0.2'
    }
}

+3 −0
Original line number Diff line number Diff line
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip