Skip to content

Commit fa710d8

Browse files
authored
Merge pull request #93 from sieunju/develop
[RELEASE] 1.3.7
2 parents 6520e16 + 1ec0bd6 commit fa710d8

4 files changed

Lines changed: 53 additions & 5 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![Frame 8](https://github.com/user-attachments/assets/03d5151e-7404-4772-8f33-2dedcb962bd3)
12
> [![](https://jitpack.io/v/sieunju/httptracking.svg)](https://jitpack.io/#sieunju/httptracking)
23
> μ•± κ°œλ°œμ‹œ Log.d 보지 μ•Šκ³  BottomSheetDialog 둜 κ°„λ‹¨ν•˜κ²Œ 볼수 μžˆλŠ” 개발용 λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€.
34
---
@@ -91,3 +92,4 @@ HttpTracking.Builder()
9192

9293
#### πŸ™ 곡곡μž₯μ†Œμ—μ„œ μ‚¬μš©μ€ μ ˆλŒ€λ‘œ μ§€μ–‘ν•©λ‹ˆλ‹€. (본인의 HTTP 톡신 둜그λ₯Ό λˆ„κ΅°κ°€ 볼수 μžˆμŠ΅λ‹ˆλ‹€..)
9394

95+

β€Žbuild.gradleβ€Ž

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,52 @@ buildscript {
1010

1111
allprojects {
1212
addRepos(repositories)
13+
14+
afterEvaluate {
15+
if (plugins.hasPlugin('com.android.library')) {
16+
apply plugin: 'maven-publish'
17+
18+
publishing {
19+
publications {
20+
maven(MavenPublication) {
21+
from components.release
22+
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+
}
34+
35+
developers {
36+
developer {
37+
id = 'sieunju'
38+
name = 'Dev Ju'
39+
email = 'j.sieun73@gmail.com'
40+
}
41+
}
42+
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'
47+
}
48+
49+
issueManagement {
50+
system = 'GitHub'
51+
url = 'https://github.com/sieunju/httptracking/issues'
52+
}
53+
}
54+
}
55+
}
56+
}
57+
}
58+
}
1359
}
1460

1561
task clean(type: Delete) {

β€Žrelease_note.txtβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Version: 1.3.6
2-
Title: 1.3.6 λ°°ν¬μž…λ‹ˆλ‹€.
1+
Version: 1.3.7
2+
Title: 1.3.7 λ°°ν¬μž…λ‹ˆλ‹€.
33
KO-KR
44
### μ†Œκ°œ
55
> 앱을 μ‚¬μš©ν•˜λ‹€κ°€ 단말기λ₯Ό 흔듀면 νŠΈλž˜ν‚Ήν•œ λ‘œκ·Έλ“€μ„ κ°„λ‹¨νžˆ 볼수 μžˆμŠ΅λ‹ˆλ‹€. πŸ‘¨πŸΏβ€πŸ’»πŸ™‡β€
66
> λ§Žμ€ μ• μš© λ°”λžλ‹ˆλ‹€. 그리고 μΆ”κ°€ ν•˜κ³  싢은 κΈ°λŠ₯이 있으면 이슈둜 λ‚¨κ²¨μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€.
77

88
### 릴리즈 μˆ˜μ • λ‚΄μ—­
9-
- [REFACTOR] ν•˜λ“œμ›¨μ–΄ λͺ¨λ“ˆ
9+
1010

1111
EN-US
1212
### Introduction
1313
> You can simply view the tracked logs by shaking your device while using the app. β€πŸ’»πŸ™‡β€
1414
> Please use it a lot. And if there is a function you want to add, please leave it as an issue.
1515

1616
### Release History
17-
- [REFACTOR] Hardware module
17+

β€Žversion.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext.deps = [:]
22

33
def deps = [:]
44

5-
deps.release = "1.3.6"
5+
deps.release = "1.3.7"
66

77
ext.deps = deps
88

0 commit comments

Comments
Β (0)