We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bade95c commit a3599c3Copy full SHA for a3599c3
lib-artifacts.gradle
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
apply plugin: 'com.github.dcendents.android-maven'
17
-group = 'me.jahirfiquitiva'
+group = 'com.jahirfiquitiva'
18
19
// build a jar with source files
20
task sourcesJar(type: Jar) {
@@ -53,4 +53,4 @@ android.libraryVariants.all { variant ->
53
// tasks.withType(JavaCompile) {
54
// options.compilerArgs << "-Xbootclasspath/a:" + System.properties.get("java.home") + "/lib/rt.jar"
55
// }
56
-//}
+//}
0 commit comments