6
6
- Library for contant data buildSrc
7
7
- Library for calling contant variable for build.gradle.kts
8
8
- Develop using IntelliJ IDEA
9
+ - The requirement must already be using buildSrc
9
10
- License [ Click Here] ( https://raw.githubusercontent.com/frogobox/frogo-build-src/master/LICENSE )
10
11
- Privacy Policy [ Click Here] ( https://raw.githubusercontent.com/frogobox/frogo-build-src/master/PRIVACY-POLICY.md )
11
12
@@ -16,7 +17,7 @@ Repository for testing build from jitpack.io
16
17
## Version Release
17
18
This Is Latest Release
18
19
19
- $version_release = 1.0.3
20
+ $version_release = 1.0.4
20
21
21
22
What's New??
22
23
@@ -38,12 +39,14 @@ repositories {
38
39
``` kotlin
39
40
dependencies {
40
41
// library frogo-build-src
41
- implementation(" com.github.frogobox:frogo-build-src:1.0.3 " )
42
+ implementation(" com.github.frogobox:frogo-build-src:1.0.4 " )
42
43
}
43
44
```
44
45
45
46
### Step 3. Usage (Add on your dependencies build.gradle.kts)
46
47
48
+ #### Version planted
49
+
47
50
``` kotlin
48
51
dependencies {
49
52
// List All Frogo Library
@@ -57,12 +60,38 @@ dependencies {
57
60
}
58
61
```
59
62
63
+ #### Custom Version
64
+ ``` kotlin
65
+ dependencies {
66
+ // List All Frogo Library
67
+ implementation(Frogo .sdk(" " ))
68
+ implementation(Frogo .ui(" " ))
69
+ implementation(Frogo .consumeApi(" " ))
70
+ implementation(Frogo .recyclerView(" " ))
71
+ implementation(Frogo .admob(" " ))
72
+ implementation(Frogo .log(" " ))
73
+ implementation(Frogo .notification(" " ))
74
+ }
75
+ ```
76
+
60
77
### Screen Shoot (Step 2. build.gradle.kts buildSrc)
61
78
![ ] ( docs/image/ss_step_2.png?raw=true )
62
79
63
80
### Screen Shoot (Step 3. build.gradle.kts app)
64
81
![ ] ( docs/image/ss_step_3.png?raw=true )
65
82
83
+ ### Detail Version
84
+ ``` kotlin
85
+ const val recyclerViewVersion = " 4.0.5" // https://github.com/amirisback/frogo-recycler-view
86
+ const val admobVersion = " 4.1.9" // https://github.com/amirisback/frogo-admob
87
+ const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log
88
+ const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification
89
+
90
+ const val sdkVersion = " 0.0.1-beta08" // https://github.com/frogobox/frogo-sdk
91
+ const val uiVersion = " 0.0.1-beta04" // https://github.com/frogobox/frogo-ui
92
+ const val consumeApiVersion = " 2.0.1" // https://github.com/frogobox/frogo-consume-api
93
+ ```
94
+
66
95
## Colaborator
67
96
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
68
97
0 commit comments