Skip to content

Release v4.02

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 21:10
1009509

"This is an automatic release via Github Actions. There will be updated patch notes shortly..."
"build.gradle.kts"
"kts" "repositories {" " maven("https://jitpack.io")" "}" " " "dependencies {" " implementation("com.github.Nopock:Store:v4.01")" "}" ""
"pom.xml"
"xml" "<repositories>" " <repository>" " <id>jitpack</id>" " <url>https://jitpack.io</url>" " </repository>" "</repositories>" " " "<dependencies>" " <depedency>" " <groupId>com.github.Nopock</groupId>" " <artifactId>Store</artifactId>" " <version>v4.01</version>" " </dependency>" "</dependencies>" ""