Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 8b2ad00

Browse files
committed
⬆ Update for 1.0.3
1 parent b7bfcd1 commit 8b2ad00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CodeView/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
22

33
def LIB_GROUP_ID = 'me.jackdevey'
44
def LIB_ARTIFACT_ID = 'codeview'
5-
def LIB_VERSION = '1.0.2'
5+
def LIB_VERSION = '1.0.3'
66

77
task sourceJar(type: Jar) {
88
from android.sourceSets.main.java.srcDirs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
**Step 2.** Add the dependency to your app's project gradle file:
1515
```groovy
1616
dependencies {
17-
implementation 'me.jackdevey:codeview:1.0.2'
17+
implementation 'me.jackdevey:codeview:1.0.3'
1818
}
1919
```
2020

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android.useAndroidX=true
2020

2121
GROUP=me.jackdevey
2222
POM_ARTIFACT_ID=codeview
23-
VERSION_NAME=1.0.2
23+
VERSION_NAME=1.0.3
2424

2525
POM_NAME=CodeView
2626
POM_PACKAGING=aar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)