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

Unverified Commit 0ed5b1d1 authored by Luca Stefani's avatar Luca Stefani
Browse files

Recorder: Update SDK to 36

Change-Id: I51e4291066e859b902f0713a1d2c3c7e2f221779
parent 13aa0443
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android_app {
        "kotlin-stdlib",
    ],

    sdk_version: "35",
    sdk_version: "36",

    optimize: {
        optimize: true,
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ plugins {
}

android {
    compileSdk = 35
    compileSdk = 36
    namespace = "org.lineageos.recorder"

    defaultConfig {
        applicationId = "org.lineageos.recorder"
        minSdk = 31
        targetSdk = 35
        targetSdk = 36
        versionCode = 1
        versionName = "1.1"
    }