Skip to content

Commit 82caf98

Browse files
committed
feat(build): upgrade tinkerpatch version to 1.1.6
1 parent baa5c74 commit 82caf98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
repositories {
5-
mavenLocal()
5+
//mavenLocal()
66
jcenter()
77
}
88
dependencies {
@@ -17,7 +17,7 @@ buildscript {
1717

1818
allprojects {
1919
repositories {
20-
mavenLocal()
20+
//mavenLocal()
2121
jcenter()
2222
}
2323
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818

19-
TINKERPATCH_VERSION=1.1.5
20-
ANDRESGUARD_VERSION=1.2.2
19+
TINKERPATCH_VERSION=1.1.6
20+
ANDRESGUARD_VERSION=1.2.3

0 commit comments

Comments
 (0)