Skip to content

Commit dc4844e

Browse files
committed
Release v1.3.8
1 parent 0dfdf5a commit dc4844e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

2424
What's New??
2525

@@ -31,9 +31,9 @@ What's New??
3131

3232
```kotlin
3333
const val recyclerViewVersion = "4.3.3" // https://github.com/amirisback/frogo-recycler-view
34-
const val admobVersion = "5.1.5" // https://github.com/amirisback/frogo-admob
34+
const val admobVersion = "5.1.6" // https://github.com/amirisback/frogo-admob
3535
const val uiVersion = "1.1.2" // https://github.com/frogobox/frogo-ui
36-
const val sdkVersion = "2.1.1" // https://github.com/frogobox/frogo-sdk
36+
const val sdkVersion = "2.1.2" // https://github.com/frogobox/frogo-sdk
3737
const val consumeApiVersion = "2.4.3" // https://github.com/frogobox/frogo-consume-api
3838

3939
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
@@ -59,7 +59,7 @@ repositories {
5959
```kotlin
6060
dependencies {
6161
// library frogo-build-src
62-
implementation("com.github.frogobox:frogo-build-src:1.3.7")
62+
implementation("com.github.frogobox:frogo-build-src:1.3.8")
6363
}
6464
```
6565

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 = 3
28-
const val VERSION_PATCH = 7
28+
const val VERSION_PATCH = 8
2929

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

src/main/kotlin/Frogo.kt

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

1616
const val recyclerViewVersion = "4.3.3" // https://github.com/amirisback/frogo-recycler-view
17-
const val admobVersion = "5.1.5" // https://github.com/amirisback/frogo-admob
17+
const val admobVersion = "5.1.6" // https://github.com/amirisback/frogo-admob
1818
const val uiVersion = "1.1.2" // https://github.com/frogobox/frogo-ui
19-
const val sdkVersion = "2.1.1" // https://github.com/frogobox/frogo-sdk
19+
const val sdkVersion = "2.1.2" // https://github.com/frogobox/frogo-sdk
2020
const val consumeApiVersion = "2.4.3" // https://github.com/frogobox/frogo-consume-api
2121

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

0 commit comments

Comments
 (0)