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

Commit 36e8ee5a authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Bump compile & target Sdk versions to 34



Change-Id: I91ad7f4d3e1d2c6ec45db3191350553cd0e67470
Signed-off-by: default avatarAayush Gupta <aayushgupta219@gmail.com>
parent a48fe52d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ android_app {
        "androidx-constraintlayout_constraintlayout",
    ],

    sdk_version: "33",
    sdk_version: "34",

}
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ buildscript {
}

android {
    compileSdk = 33
    compileSdk = 34
    namespace = "org.lineageos.recorder"

    defaultConfig {
        applicationId = "org.lineageos.recorder"
        minSdk = 29
        targetSdk = 33
        targetSdk = 34
        versionCode = 1
        versionName = "1.1"
    }