Skip to content

Commit 6100806

Browse files
committed
Release v2.0.5
1 parent 29dce77 commit 6100806

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515
## Version Release
1616
This Is Latest Release
1717

18-
$version_release = 2.0.4
18+
$version_release = 2.0.5
1919

2020
What's New??
2121

@@ -29,12 +29,12 @@ object Version {
2929

3030
object Gradle {
3131
const val minSdk = 21
32-
const val compileSdk = 33
32+
const val compileSdk = 32
3333
const val targetSdk = compileSdk
3434
}
3535

3636
object Ad {
37-
const val unityAds = "4.2.1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
37+
const val unityAds = "4.4.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
3838
const val startIo = "4.10.0" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3939
}
4040

@@ -85,10 +85,10 @@ object Version {
8585
const val accompanist = "0.26.1-alpha" // https://github.com/google/accompanist
8686
const val material = "1.7.0-beta01" // https://github.com/material-components/material-components-android/releases
8787
const val gson = "2.9.1" // https://github.com/google/gson
88-
const val admob = "21.1.0" // https://developers.google.com/admob/android/sdk
88+
const val admob = "21.2.0" // https://developers.google.com/admob/android/sdk
8989
const val userMessagingPlatform = "2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
9090
const val hilt = "2.43.2" // https://dagger.dev/hilt/gradle-setup
91-
const val adMediationUnityAd = "4.2.1.1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
91+
const val adMediationUnityAd = "4.4.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9292
}
9393

9494
object JetBrains {
@@ -108,7 +108,7 @@ object Version {
108108
const val glide = "4.13.2" // https://github.com/bumptech/glide
109109
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
110110
const val coil = "2.1.0" // https://coil-kt.github.io/coil/compose/
111-
const val koin = "3.2.0" // https://github.com/InsertKoinIO/koin
111+
const val koin = "3.2.1" // https://github.com/InsertKoinIO/koin
112112
const val ktor = "2.0.3" // https://ktor.io/
113113
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
114114
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
@@ -134,7 +134,7 @@ repositories {
134134
```kotlin
135135
dependencies {
136136
// library open-build-src
137-
implementation("com.github.frogobox:open-build-src:2.0.4")
137+
implementation("com.github.frogobox:open-build-src:2.0.5")
138138
}
139139
```
140140

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 03/03/22
33
* sample-kotlin-library
44
* -----------------------------------------
@@ -25,7 +25,7 @@ object ProjectSetting {
2525

2626
const val VERSION_MAJOR = 2
2727
const val VERSION_MINOR = 0
28-
const val VERSION_PATCH = 4
28+
const val VERSION_PATCH = 5
2929

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

src/main/kotlin/Ad.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 26/03/22
33
* open-build-src
44
* -----------------------------------------

src/main/kotlin/Androidx.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 07/03/22
33
* frogo-build-src
44
* -----------------------------------------

src/main/kotlin/GitHub.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 29/03/22
33
* open-build-src
44
* -----------------------------------------

src/main/kotlin/Google.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Version.Google.hilt
22

3-
/*
3+
/**
44
* Created by faisalamir on 07/03/22
55
* frogo-build-src
66
* -----------------------------------------

src/main/kotlin/JetBrains.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 08/03/22
33
* frogo-build-src
44
* -----------------------------------------

src/main/kotlin/Koin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 08/03/22
33
* frogo-build-src
44
* -----------------------------------------

src/main/kotlin/Ktor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 07/03/22
33
* frogo-build-src
44
* -----------------------------------------

src/main/kotlin/Reactivex.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Created by faisalamir on 08/03/22
33
* frogo-build-src
44
* -----------------------------------------

0 commit comments

Comments
 (0)