Skip to content

Commit 4a92dcd

Browse files
author
wanjian
committed
no message
1 parent 8f7c7c2 commit 4a92dcd

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
buildscript {
44

55
repositories {
6-
maven {
7-
url 'tinypng/repo'
8-
}
6+
// maven {
7+
// url 'tinypng/repo'
8+
// }
99
google()
1010
jcenter()
1111
}
1212
dependencies {
1313
classpath 'com.android.tools.build:gradle:3.0.0'
14-
classpath "com.wanjian.plugin:tinypng:1.0.0-SNAPSHOT"
14+
// classpath "com.wanjian.plugin:tinypng:1.0.0-SNAPSHOT"
15+
classpath "com.wanjian.plugin:tinypng:0.0.2"
1516
classpath 'com.novoda:bintray-release:0.8.0'
1617

1718
// NOTE: Do not place your application dependencies here; they belong

tinypng/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ group 'com.wanjian.plugin'
2626
version '1.0.0-SNAPSHOT'
2727

2828
sourceCompatibility = 1.8
29-
//
30-
//uploadArchives {
31-
// repositories {
32-
// mavenDeployer {
33-
// repository(url: uri('./repo'))
34-
// }
35-
// }
36-
//}
29+
30+
uploadArchives {
31+
repositories {
32+
mavenDeployer {
33+
repository(url: uri('./repo'))
34+
}
35+
}
36+
}
3737

3838
def getKey() {
3939
Properties properties = new Properties()

0 commit comments

Comments
 (0)