File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
5
5
repositories {
6
- maven {
7
- url ' tinypng/repo'
8
- }
6
+ // maven {
7
+ // url 'tinypng/repo'
8
+ // }
9
9
google()
10
10
jcenter()
11
11
}
12
12
dependencies {
13
13
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"
15
16
classpath ' com.novoda:bintray-release:0.8.0'
16
17
17
18
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ group 'com.wanjian.plugin'
26
26
version ' 1.0.0-SNAPSHOT'
27
27
28
28
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
+ }
37
37
38
38
def getKey () {
39
39
Properties properties = new Properties ()
You can’t perform that action at this time.
0 commit comments