Skip to content

Commit

Permalink
Release v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 18, 2022
1 parent 51e8164 commit 6ecd3ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Version Release

$version_release = 4.4.0
$version_release = 4.4.1

// Suport Library
$admob_version = 21.0.0
Expand All @@ -38,7 +38,7 @@ What's New??

* Enhance Performance *
* Refactoring Code *
* Update Admob Library Version 20.6.0 *
* Update Admob Library Version 21.0.0 *
* Update : Adding Function Request Admob From Server *
* Add FrogoSdkAdmobActivity *
* New Setup Implementation *
Expand Down Expand Up @@ -90,7 +90,7 @@ allprojects {
implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'

// library frogo-admob-helper
implementation 'com.github.amirisback:frogo-admob:4.4.0'
implementation 'com.github.amirisback:frogo-admob:4.4.1'
}

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

// library frogo-admob
implementation("com.github.amirisback:frogo-admob:4.4.0")
implementation("com.github.amirisback:frogo-admob:4.4.1")
}

### Step 3. Adding meta-data on AndroidManifest.xml
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repositories {
dependencies{

// open-build-src
implementation("com.github.frogobox:open-build-src:1.1.7")
implementation("com.github.frogobox:open-build-src:2.0.0")

}
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/DependencyGradle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ object DependencyGradle {
const val KOTLIN_REFLECT = "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
const val COMPOSE_VERSION = Version.Androidx.compose

const val FROGO_UI_VERSION = "1.0.6"
const val FROGO_SDK_VERSION = "1.1.0"
const val FROGO_CONSUME_API_VERSION = "2.3.3"
const val FROGO_RECYCLER_VIEW_VERSION = "4.1.8"
const val FROGO_UI_VERSION = "1.0.7"
const val FROGO_SDK_VERSION = "1.1.1"
const val FROGO_CONSUME_API_VERSION = "2.3.4"
const val FROGO_RECYCLER_VIEW_VERSION = "4.2.0"

const val FROGO_UI = "com.github.frogobox:frogo-ui:$FROGO_UI_VERSION"
const val FROGO_SDK = "com.github.frogobox:frogo-sdk:$FROGO_SDK_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 @@ -24,7 +24,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 4
const val VERSION_MINOR = 4
const val VERSION_PATCH = 0
const val VERSION_PATCH = 1

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

Expand Down

0 comments on commit 6ecd3ec

Please sign in to comment.