No description
This repository has been archived on 2026-04-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Tobias Burdow [Kaleidox] 04c2230821 Update publishing.gradle
2021-02-15 13:28:49 +01:00
.github/workflows major code cleanup 2020-06-05 19:46:53 +02:00
dreadpool POM 2020-09-29 16:48:23 +02:00
gradle Update publishing.gradle 2021-02-15 13:28:49 +01:00
listnr hmmmm 2021-02-15 11:45:31 +01:00
matrix hmmmm 2021-02-15 11:45:31 +01:00
src hmmmm 2021-02-15 11:45:31 +01:00
upd8r POM 2020-09-29 16:48:23 +02:00
.gitignore Update .gitignore 2020-06-22 16:34:29 +02:00
.gitpod.yml major code cleanup 2020-06-05 19:46:53 +02:00
.jitpack.yml major code cleanup 2020-06-05 19:46:53 +02:00
build.gradle Gradle Patch 2 2020-07-07 16:55:56 +02:00
gradlew radle 6.2 2020-03-30 22:43:09 +02:00
gradlew.bat radle 6.2 2020-03-30 22:43:09 +02:00
LICENSE Create LICENSE 2020-02-25 17:26:21 +01:00
README.md Update README.md 2020-06-23 17:49:32 +02:00
settings.gradle remove spellbind 2020-09-29 16:26:19 +02:00

Gitpod Ready-to-Code

Space Repository

Credentials

Username: Anonymous.User
Password: anonymous

Maven Repository: https://maven.jetbrains.space/comroid/release

Gradle

repositories {
    maven {
        url "https://maven.jetbrains.space/comroid/release"
        credentials.username "Anonymous.User"
        credentials.password "anonymous"
    }
}