This repository was archived by the owner on Apr 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
22
33def LIB_GROUP_ID = ' me.jackdevey'
44def LIB_ARTIFACT_ID = ' codeview'
5- def LIB_VERSION = ' 1.0.2 '
5+ def LIB_VERSION = ' 1.0.3 '
66
77task sourceJar (type : Jar ) {
88 from android. sourceSets. main. java. srcDirs
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
1414** Step 2.** Add the dependency to your app's project gradle file:
1515``` groovy
1616dependencies {
17- implementation 'me.jackdevey:codeview:1.0.2 '
17+ implementation 'me.jackdevey:codeview:1.0.3 '
1818}
1919```
2020
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android.useAndroidX=true
2020
2121GROUP =me.jackdevey
2222POM_ARTIFACT_ID =codeview
23- VERSION_NAME =1.0.2
23+ VERSION_NAME =1.0.3
2424
2525POM_NAME =CodeView
2626POM_PACKAGING =aar
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >me.jackdevey.libraries </groupId >
4+ <groupId >me.jackdevey.codeview </groupId >
55 <artifactId >codeview</artifactId >
66 <version >1.0.0</version >
77 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments