Skip to content

lessthan3/MaestroKit.android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Maestro Panel Android SDK - Github Package

Documentation

To add the dependency in your project:

  1. Obtain a new Github Classic PAT and grant it the following permissions: repo, read:packages, read:org

  2. In your settings.gradle.kts, add the following inside your dependencyResolutionManagement block and place your PAT under the password:

dependencyResolutionManagement {
    repositories {
        ...
                
        maven {
            name = "GitHubPackages"
            url = uri("https://maven.pkg.github.com/lessthan3/MaestroKit.android")
            credentials {
                username = "username" // <-- does not matter, as only PAT is used for authentication, but please provide a non-empty string
                password = "github_token" // <-- use your generated Github PAT
            }
        }
    }
}
  1. Now in your build.gradle.kts, refer to the dependency (please use the latest version):
dependencies {
    ...
    implementation("com.lessthan3:maestropanel:2.0.7")
}
      

About

MaestroKit Android and FireTV Binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •