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

Commit 36f1e59

Browse files
committed
Preparation for v1.0.1
1 parent d68909a commit 36f1e59

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/build
99
/captures
1010
CodeView/local.properties
11+
java_pid6184.hprof

CodeView/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
defaultConfig {
1616
minSdkVersion 15
1717
targetSdkVersion 30
18-
versionCode 6
19-
versionName "1.0.0"
18+
versionCode 7
19+
versionName "1.0.1"
2020
}
2121

2222
buildFeatures {

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.0'
5+
def LIB_VERSION = '1.0.1'
66

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

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44

55
repositories {
66
google()
7+
jcenter()
78
mavenCentral()
89
}
910

@@ -22,6 +23,7 @@ buildscript {
2223
allprojects {
2324
repositories {
2425
google()
26+
jcenter()
2527
mavenCentral()
2628
}
2729
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# org.gradle.parallel=true
1919
android.useAndroidX=true
2020

21-
GROUP=me.jackdevey.libraries
21+
GROUP=me.jackdevey
2222
POM_ARTIFACT_ID=codeview
23-
VERSION_NAME=1.0.0
23+
VERSION_NAME=1.0.1
2424

2525
POM_NAME=CodeView
2626
POM_PACKAGING=aar

0 commit comments

Comments
 (0)