Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamilg8 authored Jan 3, 2024
1 parent a14c872 commit 472b516
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`maven-publish`
}

group = "nizi.org"
group = "app.renanced"

repositories {
mavenCentral()
Expand All @@ -32,12 +32,12 @@ kotlin {

tasks.withType(Jar::class) {
manifest {
attributes["Name"] = "Your Patches"
attributes["Description"] = "Patches for ReVanced."
attributes["Name"] = "Nizi Patches"
attributes["Description"] = "Patches for ReNanced."
attributes["Version"] = version
attributes["Timestamp"] = System.currentTimeMillis().toString()
attributes["Source"] = "[email protected]:you/revanced-patches.git"
attributes["Author"] = "You"
attributes["Source"] = "[email protected]:Pamilg8/nizi-patches.git"
attributes["Author"] = "Pamilg8"
attributes["Contact"] = "[email protected]"
attributes["Origin"] = "https://your.homepage"
attributes["License"] = "GNU General Public License v3.0"
Expand Down

0 comments on commit 472b516

Please sign in to comment.