Skip to content

Commit cd28d95

Browse files
committed
Release v1.0.3
1 parent 5e7cce6 commit cd28d95

File tree

18 files changed

+20
-530
lines changed

18 files changed

+20
-530
lines changed

README.md

Lines changed: 19 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
![](https://raw.githubusercontent.com/frogobox/.github/main/docs/image/banner-frogo-build-src.png?raw=true)
22

3-
## frogo-build-src
3+
## About This Project
44
[![](https://jitpack.io/v/frogobox/frogo-build-src.svg?style=flat-square)](https://jitpack.io/#frogobox/frogo-build-src)
55

66
- Library for contant data buildSrc
77
- Library for calling contant variable for build.gradle.kts
8+
- Develop using IntelliJ IDEA
89
- License [Click Here](https://raw.githubusercontent.com/frogobox/frogo-build-src/master/LICENSE)
910
- Privacy Policy [Click Here](https://raw.githubusercontent.com/frogobox/frogo-build-src/master/PRIVACY-POLICY.md)
1011

@@ -15,7 +16,7 @@ Repository for testing build from jitpack.io
1516
## Version Release
1617
This Is Latest Release
1718

18-
$version_release = 1.0.2
19+
$version_release = 1.0.3
1920

2021
What's New??
2122

@@ -37,67 +38,30 @@ repositories {
3738
```kotlin
3839
dependencies {
3940
// 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")
4142
}
4243
```
4344

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)
7146

7247
```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+
}
7358
```
7459

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)
10062

63+
### Screen Shoot (Step 3. build.gradle.kts app)
64+
![](docs/image/ss_step_3.png?raw=true)
10165

10266
## Colaborator
10367
Very open to anyone, I'll write your name under this, please contribute by sending an email to me

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object ProjectSetting {
2525

2626
const val VERSION_MAJOR = 1
2727
const val VERSION_MINOR = 0
28-
const val VERSION_PATCH = 2
28+
const val VERSION_PATCH = 3
2929

3030
// -----------------------------------------------------------------------------------------------------------------
3131

docs/image/ss_step_2.png

1 MB
Loading

docs/image/ss_step_3.png

1.31 MB
Loading

docs/image/ss_usage.png

-1020 KB
Binary file not shown.

src/main/kotlin/Androidx.kt

Lines changed: 0 additions & 163 deletions
This file was deleted.

src/main/kotlin/Coil.kt

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/main/kotlin/Compose.kt

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/main/kotlin/Google.kt

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)