1
1
![ ] ( https://raw.githubusercontent.com/frogobox/.github/main/docs/image/banner-frogo-build-src.png?raw=true )
2
2
3
- ## frogo-build-src
3
+ ## About This Project
4
4
[ ![ ] ( https://jitpack.io/v/frogobox/frogo-build-src.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-build-src )
5
5
6
6
- Library for contant data buildSrc
7
7
- Library for calling contant variable for build.gradle.kts
8
+ - Develop using IntelliJ IDEA
8
9
- License [ Click Here] ( https://raw.githubusercontent.com/frogobox/frogo-build-src/master/LICENSE )
9
10
- Privacy Policy [ Click Here] ( https://raw.githubusercontent.com/frogobox/frogo-build-src/master/PRIVACY-POLICY.md )
10
11
@@ -15,7 +16,7 @@ Repository for testing build from jitpack.io
15
16
## Version Release
16
17
This Is Latest Release
17
18
18
- $version_release = 1.0.2
19
+ $version_release = 1.0.3
19
20
20
21
What's New??
21
22
@@ -37,67 +38,30 @@ repositories {
37
38
``` kotlin
38
39
dependencies {
39
40
// library frogo-build-src
40
- implementation(" com.github.frogobox:frogo-build-src:1.0.2 " )
41
+ implementation(" com.github.frogobox:frogo-build-src:1.0.3 " )
41
42
}
42
43
```
43
44
44
- ### Step 3. Usage
45
-
46
- Add on your dependencies build.gradle.kts
47
-
48
- #### Frogo Library
49
-
50
- ``` kotlin
51
- implementation(Frogo .recyclerView)
52
- implementation(Frogo .admob)
53
- implementation(Frogo .log)
54
- implementation(Frogo .notification)
55
- implementation(Frogo .sdk)
56
- implementation(Frogo .ui)
57
- implementation(Frogo .consumeApi)
58
- ```
59
-
60
- #### Androidx Library
61
-
62
- ``` kotlin
63
- ```
64
-
65
- #### Google Library
66
-
67
- ``` kotlin
68
- ```
69
-
70
- #### JetBrains Library
45
+ ### Step 3. Usage (Add on your dependencies build.gradle.kts)
71
46
72
47
``` kotlin
48
+ dependencies {
49
+ // List All Frogo Library
50
+ implementation(Frogo .sdk)
51
+ implementation(Frogo .ui)
52
+ implementation(Frogo .consumeApi)
53
+ implementation(Frogo .recyclerView)
54
+ implementation(Frogo .admob)
55
+ implementation(Frogo .log)
56
+ implementation(Frogo .notification)
57
+ }
73
58
```
74
59
75
- #### Koin Library
76
- ``` kotlin
77
- implementation(Koin .core)
78
- implementation(Koin .android)
79
- implementation(Koin .androidCompat)
80
- implementation(Koin .androidxWorkManager)
81
- implementation(Koin .androidxCompose)
82
- ```
83
-
84
- #### Retrofit Library
85
- ``` kotlin
86
- ```
87
-
88
- #### ReactiveX Library
89
- ``` kotlin
90
- ```
91
-
92
- #### Util Library
93
- ``` kotlin
94
- implementation(Util .glide)
95
- kapt(Util .glideCompiler)
96
- ```
97
-
98
- ## Screenshoot
99
- ![ ScreentShoot] ( docs/image/ss_usage.png?raw=true )
60
+ ### Screen Shoot (Step 2. build.gradle.kts buildSrc)
61
+ ![ ] ( docs/image/ss_step_2.png?raw=true )
100
62
63
+ ### Screen Shoot (Step 3. build.gradle.kts app)
64
+ ![ ] ( docs/image/ss_step_3.png?raw=true )
101
65
102
66
## Colaborator
103
67
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
0 commit comments