Skip to content

Commit bcdca41

Browse files
committed
Release v1.1.2
1 parent 87cd94f commit bcdca41

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 6 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.1.1
22+
$version_release = 1.1.2
2323

2424
What's New??
2525

@@ -33,14 +33,14 @@ What's New??
3333

3434
```kotlin
3535
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
36-
const val admobVersion = "4.2.4" // https://github.com/amirisback/frogo-admob
36+
const val admobVersion = "4.2.5" // https://github.com/amirisback/frogo-admob
3737
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
3838
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
3939

40-
const val uiVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-ui
41-
const val sdkVersion = "0.0.1-beta10" // https://github.com/frogobox/frogo-sdk
40+
const val uiVersion = "0.0.1-beta06" // https://github.com/frogobox/frogo-ui
41+
const val sdkVersion = "0.0.2-beta01" // https://github.com/frogobox/frogo-sdk
4242
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation
43-
const val consumeApiVersion = "2.0.3" // https://github.com/frogobox/frogo-consume-api
43+
const val consumeApiVersion = "2.0.4" // https://github.com/frogobox/frogo-consume-api
4444
const val loadingIndicatorViewVersion = "0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view
4545
```
4646

@@ -60,7 +60,7 @@ repositories {
6060
```kotlin
6161
dependencies {
6262
// library frogo-build-src
63-
implementation("com.github.frogobox:frogo-build-src:1.1.1")
63+
implementation("com.github.frogobox:frogo-build-src:1.1.2")
6464
}
6565
```
6666

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

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

src/main/kotlin/Frogo.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
object Frogo {
1515

1616
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
17-
const val admobVersion = "4.2.4" // https://github.com/amirisback/frogo-admob
17+
const val admobVersion = "4.2.5" // https://github.com/amirisback/frogo-admob
1818
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
1919
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
2020

21-
const val uiVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-ui
22-
const val sdkVersion = "0.0.1-beta10" // https://github.com/frogobox/frogo-sdk
21+
const val uiVersion = "0.0.1-beta06" // https://github.com/frogobox/frogo-ui
22+
const val sdkVersion = "0.0.2-beta01" // https://github.com/frogobox/frogo-sdk
2323
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation
24-
const val consumeApiVersion = "2.0.3" // https://github.com/frogobox/frogo-consume-api
24+
const val consumeApiVersion = "2.0.4" // https://github.com/frogobox/frogo-consume-api
2525
const val loadingIndicatorViewVersion = "0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view
2626

2727
// -----------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)