Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Androidacy Service Account <[email protected]>
  • Loading branch information
androidacy-user committed Mar 18, 2024
1 parent c09e2d7 commit f68a970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "com.github.Androidacy.LSParanoid"
version = "0.6.3"
version = "0.6.4"

plugins.withType(JavaPlugin::class.java) {
extensions.configure(JavaPluginExtension::class.java) {
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ idea {
}

publish {
githubRepo = "LSPosed/LSParanoid"
githubRepo = "Androidacy/LSParanoid"
publishPlugin("$group", rootProject.name, "org.lsposed.lsparanoid.plugin.LSParanoidPlugin") {
name = rootProject.name
description = "String obfuscator for Android applications"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ class LSParanoidPlugin : Plugin<Project> {
private fun Project.addDependencies() {
val version = Build.VERSION
val configurationName = JavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME
dependencies.add(configurationName, "org.lsposed.lsparanoid:core:$version")
dependencies.add(configurationName, "com.github.Androidacy.LSParanoid:core:$version")
}
}

0 comments on commit f68a970

Please sign in to comment.