Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxurui authored Nov 22, 2021
1 parent 06553d9 commit af55fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easyprivacy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'groovy' // Groovy.
id 'java-gradle-plugin' // GradlePlugin
id 'com.github.dcendents.android-maven' // GitHub Maven
}

group = 'com.github.pengxurui' // My github username
Expand Down Expand Up @@ -33,4 +34,4 @@ gradlePlugin {
implementationClass = 'com.pengxr.easyprivacy.EasyPrivacyPlugin'
}
}
}
}

0 comments on commit af55fa3

Please sign in to comment.