Skip to content

Commit c4f9499

Browse files
committed
Release v1.3.0
1 parent 20c2629 commit c4f9499

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
1919
## Version Release
2020
This Is Latest Release
2121

22-
$version_release = 1.2.9
22+
$version_release = 1.3.0
2323

2424
What's New??
2525

@@ -30,16 +30,17 @@ What's New??
3030
[![FrogoConsumeApi](https://jitpack.io/v/frogobox/frogo-consume-api.svg?style=flat-square)](https://jitpack.io/#frogobox/frogo-consume-api)
3131

3232
```kotlin
33-
const val recyclerViewVersion = "4.1.8" // https://github.com/amirisback/frogo-recycler-view
34-
const val admobVersion = "4.4.0" // https://github.com/amirisback/frogo-admob
33+
const val recyclerViewVersion = "4.2.1" // https://github.com/amirisback/frogo-recycler-view
34+
const val admobVersion = "5.0.0" // https://github.com/amirisback/frogo-admob
3535
const val uiVersion = "1.0.6" // https://github.com/frogobox/frogo-ui
36-
const val sdkVersion = "1.1.0" // https://github.com/frogobox/frogo-sdk
37-
const val consumeApiVersion = "2.3.3" // https://github.com/frogobox/frogo-consume-api
36+
const val sdkVersion = "2.0.2" // https://github.com/frogobox/frogo-sdk
37+
const val consumeApiVersion = "2.3.5" // https://github.com/frogobox/frogo-consume-api
3838

3939
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
4040
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
4141
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation [DEPRECATED]
4242
const val loadingIndicatorViewVersion = "0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view [DEPRECATED]
43+
4344
```
4445

4546
## Download this project
@@ -58,7 +59,7 @@ repositories {
5859
```kotlin
5960
dependencies {
6061
// library frogo-build-src
61-
implementation("com.github.frogobox:frogo-build-src:1.2.9")
62+
implementation("com.github.frogobox:frogo-build-src:1.3.0")
6263
}
6364
```
6465

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object ProjectSetting {
2424
// -----------------------------------------------------------------------------------------------------------------
2525

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

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

src/main/kotlin/Frogo.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
object Frogo {
1515

16-
const val recyclerViewVersion = "4.1.8" // https://github.com/amirisback/frogo-recycler-view
17-
const val admobVersion = "4.4.0" // https://github.com/amirisback/frogo-admob
16+
const val recyclerViewVersion = "4.2.1" // https://github.com/amirisback/frogo-recycler-view
17+
const val admobVersion = "5.0.0" // https://github.com/amirisback/frogo-admob
1818
const val uiVersion = "1.0.6" // https://github.com/frogobox/frogo-ui
19-
const val sdkVersion = "1.1.0" // https://github.com/frogobox/frogo-sdk
20-
const val consumeApiVersion = "2.3.3" // https://github.com/frogobox/frogo-consume-api
19+
const val sdkVersion = "2.0.2" // https://github.com/frogobox/frogo-sdk
20+
const val consumeApiVersion = "2.3.5" // https://github.com/frogobox/frogo-consume-api
2121

2222
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
2323
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]

0 commit comments

Comments
 (0)