Skip to content

Commit

Permalink
Release v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 24, 2023
1 parent c61308d commit c410861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.2
$version_release = 5.3.3

// 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.2'
implementation 'com.github.amirisback:frogo-admob:5.3.3'

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

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

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

#### <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.2")
implementation("com.github.amirisback:frogo-admob:5.3.3")

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

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

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

}

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 = 2
const val VERSION_PATCH = 3

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

Expand Down

0 comments on commit c410861

Please sign in to comment.