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

Commit 24ac8eae authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

feature: add new property to SystemAppProject.kt to know if the apps depends on Android version

parent b7928470
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,4 +20,5 @@ package foundation.e.apps.data.gitlab.models
data class SystemAppProject(
    val packageName: String,
    val projectId: Int,
    val dependsOnAndroidVersion: Boolean = false
)