Skip to content

Commit 982c311

Browse files
committed
Release v1.2.6
1 parent 081c814 commit 982c311

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 7 additions & 7 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.5
22+
$version_release = 1.2.6
2323

2424
What's New??
2525

@@ -30,11 +30,11 @@ 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.5" // https://github.com/amirisback/frogo-recycler-view
34-
const val admobVersion = "4.3.8" // https://github.com/amirisback/frogo-admob
35-
const val uiVersion = "1.0.1" // https://github.com/frogobox/frogo-ui
36-
const val sdkVersion = "1.0.5" // https://github.com/frogobox/frogo-sdk
37-
const val consumeApiVersion = "2.3.0" // https://github.com/frogobox/frogo-consume-api
33+
const val recyclerViewVersion = "4.1.6" // https://github.com/amirisback/frogo-recycler-view
34+
const val admobVersion = "4.3.9" // https://github.com/amirisback/frogo-admob
35+
const val uiVersion = "1.0.2" // https://github.com/frogobox/frogo-ui
36+
const val sdkVersion = "1.0.6" // https://github.com/frogobox/frogo-sdk
37+
const val consumeApiVersion = "2.3.1" // 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]
@@ -58,7 +58,7 @@ repositories {
5858
```kotlin
5959
dependencies {
6060
// library frogo-build-src
61-
implementation("com.github.frogobox:frogo-build-src:1.2.5")
61+
implementation("com.github.frogobox:frogo-build-src:1.2.6")
6262
}
6363
```
6464

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 = 2
28-
const val VERSION_PATCH = 5
28+
const val VERSION_PATCH = 6
2929

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

src/main/kotlin/Frogo.kt

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

1414
object Frogo {
1515

16-
const val recyclerViewVersion = "4.1.5" // https://github.com/amirisback/frogo-recycler-view
17-
const val admobVersion = "4.3.8" // https://github.com/amirisback/frogo-admob
18-
const val uiVersion = "1.0.1" // https://github.com/frogobox/frogo-ui
19-
const val sdkVersion = "1.0.5" // https://github.com/frogobox/frogo-sdk
20-
const val consumeApiVersion = "2.3.0" // https://github.com/frogobox/frogo-consume-api
16+
const val recyclerViewVersion = "4.1.6" // https://github.com/amirisback/frogo-recycler-view
17+
const val admobVersion = "4.3.9" // https://github.com/amirisback/frogo-admob
18+
const val uiVersion = "1.0.2" // https://github.com/frogobox/frogo-ui
19+
const val sdkVersion = "1.0.6" // https://github.com/frogobox/frogo-sdk
20+
const val consumeApiVersion = "2.3.1" // 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)