Skip to content

Commit

Permalink
Release v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 22, 2023
1 parent f1cfef4 commit 77c3726
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Version Release

$version_release = 5.3.1
$version_release = 5.3.2

// Suport Library
$admob_version = 22.1.0 // https://developers.google.com/admob/android/sdk
Expand Down Expand Up @@ -83,16 +83,16 @@ allprojects {
implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'

// library frogo-admob (Required - Recomended)
implementation 'com.github.amirisback:frogo-admob:5.3.1'
implementation 'com.github.amirisback:frogo-admob:5.3.2'

// -----------------------------------------------------------------------------------------
// For Single Library Patch

// library frogo-admob (Admob Only)
implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.1'
implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.2'

// library frogo-admob (Unity Ads Only)
implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.1'
implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.2'
}

#### <Option 2> Kotlin DSL
Expand All @@ -105,16 +105,16 @@ allprojects {
implementation("com.unity3d.ads:unity-ads:${unity_ad_version}")

// library frogo-admob (Required - Recomended)
implementation("com.github.amirisback:frogo-admob:5.3.1")
implementation("com.github.amirisback:frogo-admob:5.3.2")

// -----------------------------------------------------------------------------------------
// For Single Library Patch

// library frogo-admob (Admob Only)
implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.1")
implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.2")

// library frogo-admob (Unity Ads Only)
implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.1")
implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.2")

}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/DependencyGradle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ object DependencyGradle {
const val COMPOSE_VERSION = Version.Androidx.composeCompiler

const val FROGO_UI_VERSION = "1.1.8"
const val FROGO_SDK_VERSION = "2.2.1"
const val FROGO_CONSUME_API_VERSION = "2.4.9"
const val FROGO_SDK_VERSION = "2.2.2"
const val FROGO_CONSUME_API_VERSION = "2.5.0"
const val FROGO_RECYCLER_VIEW_VERSION = "4.3.5"

const val FROGO_UI = "com.github.frogobox:frogo-ui:$FROGO_UI_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 5
const val VERSION_MINOR = 3
const val VERSION_PATCH = 1
const val VERSION_PATCH = 2

// ---------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 77c3726

Please sign in to comment.