Skip to content

Commit

Permalink
Release v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 7, 2022
1 parent fcdc56d commit 8ff7060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

## Version Release

$version_release = 4.3.1
$version_release = 4.3.2

// Suport Library
$admob_version = 20.6.0
$unity_ad_version = 4.0.1
$unity_ad_version = 4.1.0

What's New??

Expand Down Expand Up @@ -85,7 +85,7 @@ allprojects {
implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'

// library frogo-admob-helper
implementation 'com.github.amirisback:frogo-admob:4.3.1'
implementation 'com.github.amirisback:frogo-admob:4.3.2'
}

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

// library frogo-admob-helper
implementation("com.github.amirisback:frogo-admob:4.3.1")
implementation("com.github.amirisback:frogo-admob:4.3.2")
}

### Step 3. Adding meta-data on AndroidManifest.xml
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 @@ -24,7 +24,7 @@ object ProjectSetting {

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

const val PROJECT_MIN_SDK = Version.Gradle.minSdk
const val PROJECT_COMPILE_SDK = Version.Gradle.compileSdk
Expand Down

0 comments on commit 8ff7060

Please sign in to comment.