Skip to content

Commit 1a27a0f

Browse files
authored
Merge pull request #95 from sieunju/develop
[RELEASE] 1.3.7-beta01
2 parents fa710d8 + 7859d88 commit 1a27a0f

2 files changed

Lines changed: 31 additions & 35 deletions

File tree

β€Žbuild.gradleβ€Ž

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,41 @@ buildscript {
1111
allprojects {
1212
addRepos(repositories)
1313

14-
afterEvaluate {
15-
if (plugins.hasPlugin('com.android.library')) {
16-
apply plugin: 'maven-publish'
17-
18-
publishing {
19-
publications {
20-
maven(MavenPublication) {
14+
if (plugins.hasPlugin('com.android.library') || project.plugins.hasPlugin('com.android.library')) {
15+
apply plugin: 'maven-publish'
16+
17+
publishing {
18+
publications {
19+
release(MavenPublication) {
20+
// afterEvaluateμ—μ„œ μ„€μ •ν•˜λ˜ λ‚΄μš©λ“€μ„ μ—¬κΈ°λ‘œ 이동
21+
afterEvaluate {
2122
from components.release
23+
}
2224

23-
// 곡톡 메타데이터
24-
pom {
25-
url = 'https://github.com/sieunju/httptracking'
26-
27-
licenses {
28-
license {
29-
name = 'MIT License'
30-
url = 'https://opensource.org/licenses/MIT'
31-
distribution = 'repo'
32-
}
33-
}
25+
pom {
26+
name = project.name
27+
description = 'HTTP tracking library for Android'
28+
url = 'https://github.com/sieunju/httptracking'
3429

35-
developers {
36-
developer {
37-
id = 'sieunju'
38-
name = 'Dev Ju'
39-
email = 'j.sieun73@gmail.com'
40-
}
30+
licenses {
31+
license {
32+
name = 'MIT License'
33+
url = 'https://opensource.org/licenses/MIT'
4134
}
35+
}
4236

43-
scm {
44-
connection = 'scm:git:git://github.com/sieunju/httptracking.git'
45-
developerConnection = 'scm:git:ssh://git@github.com:sieunju/httptracking.git'
46-
url = 'https://github.com/sieunju/httptracking'
37+
developers {
38+
developer {
39+
id = 'sieunju'
40+
name = 'Dev ju'
41+
email = 'j.sieun73@gmail.com'
4742
}
43+
}
4844

49-
issueManagement {
50-
system = 'GitHub'
51-
url = 'https://github.com/sieunju/httptracking/issues'
52-
}
45+
scm {
46+
connection = 'scm:git:git://github.com/sieunju/httptracking.git'
47+
developerConnection = 'scm:git:ssh://git@github.com:sieunju/httptracking.git'
48+
url = 'https://github.com/sieunju/httptracking'
5349
}
5450
}
5551
}
@@ -58,6 +54,6 @@ allprojects {
5854
}
5955
}
6056

61-
task clean(type: Delete) {
57+
tasks.register('clean', Delete) {
6258
delete rootProject.buildDir
6359
}

β€Žrelease_note.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version: 1.3.7
2-
Title: 1.3.7 λ°°ν¬μž…λ‹ˆλ‹€.
1+
Version: 1.3.7-beta01
2+
Title: 1.3.7-beta01 λ°°ν¬μž…λ‹ˆλ‹€.
33
KO-KR
44
### μ†Œκ°œ
55
> 앱을 μ‚¬μš©ν•˜λ‹€κ°€ 단말기λ₯Ό 흔듀면 νŠΈλž˜ν‚Ήν•œ λ‘œκ·Έλ“€μ„ κ°„λ‹¨νžˆ 볼수 μžˆμŠ΅λ‹ˆλ‹€. πŸ‘¨πŸΏβ€πŸ’»πŸ™‡β€

0 commit comments

Comments
Β (0)