Skip to content

Commit a3599c3

Browse files
Update lib group
1 parent bade95c commit a3599c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib-artifacts.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
apply plugin: 'com.github.dcendents.android-maven'
17-
group = 'me.jahirfiquitiva'
17+
group = 'com.jahirfiquitiva'
1818

1919
// build a jar with source files
2020
task sourcesJar(type: Jar) {
@@ -53,4 +53,4 @@ android.libraryVariants.all { variant ->
5353
// tasks.withType(JavaCompile) {
5454
// options.compilerArgs << "-Xbootclasspath/a:" + System.properties.get("java.home") + "/lib/rt.jar"
5555
// }
56-
//}
56+
//}

0 commit comments

Comments
 (0)