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

Commit fbbfc24e authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

feature(SystemAppProject.kt): add optional boolean field to know if a project...

feature(SystemAppProject.kt): add optional boolean field to know if a project has different version based on Android version
parent 0338e75e
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
)