File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -10,6 +10,52 @@ buildscript {
1010
1111allprojects {
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
1561task clean (type : Delete ) {
Original file line number Diff line number Diff line change 1- Version: 1.3.6
2- Title: 1.3.6 λ°°ν¬μ
λλ€.
1+ Version: 1.3.7
2+ Title: 1.3.7 λ°°ν¬μ
λλ€.
33KO-KR
44### μκ°
55> μ±μ μ¬μ©νλ€κ° λ¨λ§κΈ°λ₯Ό νλ€λ©΄ νΈλνΉν λ‘κ·Έλ€μ κ°λ¨ν λ³Όμ μμ΅λλ€. π¨πΏβπ»πβ
66> λ§μ μ μ© λ°λλλ€. κ·Έλ¦¬κ³ μΆκ° νκ³ μΆμ κΈ°λ₯μ΄ μμΌλ©΄ μ΄μλ‘ λ¨κ²¨μ£ΌμκΈ° λ°λλλ€.
77
88### λ¦΄λ¦¬μ¦ μμ λ΄μ
9- - [REFACTOR] νλμ¨μ΄ λͺ¨λ
9+
1010
1111EN-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+
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ext.deps = [:]
22
33def deps = [:]
44
5- deps. release = " 1.3.6 "
5+ deps. release = " 1.3.7 "
66
77ext. deps = deps
88
You canβt perform that action at this time.
0 commit comments