com.gabrielittner.github.diff.Config.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of github-diff Show documentation
Show all versions of github-diff Show documentation
Diff apks and post results to Github
package com.gabrielittner.github.diff
data class Config(
val userName: String,
val repository: String,
val commit: String,
val prs: List
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy