Skip to content

Commit 0818e3c

Browse files
committed
Release v2.0.8
1 parent 271c82a commit 0818e3c

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

README.md

Lines changed: 14 additions & 14 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.7
18+
$version_release = 2.0.8
1919

2020
What's New??
2121

@@ -34,8 +34,8 @@ object Version {
3434
}
3535

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

4141
object Androidx {
@@ -70,7 +70,7 @@ object Version {
7070
const val composeMaterial3 = "1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
7171
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
7272
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
73-
const val composeMultiPlatform = "1.2.1" // https://github.com/JetBrains/compose-jb
73+
const val composeMultiPlatform = "1.2.2" // https://github.com/JetBrains/compose-jb
7474

7575
// TestImplementation
7676
const val junit4 = "4.13.2" // https://junit.org/junit4/
@@ -83,17 +83,17 @@ object Version {
8383

8484
object Google {
8585
const val accompanist = "0.28.0" // https://github.com/google/accompanist
86-
const val material = "1.8.0-beta01" // https://github.com/material-components/material-components-android/releases
87-
const val gson = "2.10" // https://github.com/google/gson
88-
const val admob = "21.3.0" // https://developers.google.com/admob/android/sdk
86+
const val material = "1.8.0-rc01" // https://github.com/material-components/material-components-android/releases
87+
const val gson = "2.10.1" // https://github.com/google/gson
88+
const val admob = "21.4.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.44.2" // https://dagger.dev/hilt/gradle-setup
91-
const val adMediationUnityAd = "4.4.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
91+
const val adMediationUnityAd = "4.5.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9292
}
9393

9494
object JetBrains {
9595
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
96-
const val kotlin = "1.7.20" // https://kotlinlang.org/docs/releases.html#release-details
96+
const val kotlin = "1.8.0" // https://kotlinlang.org/docs/releases.html#release-details
9797
const val coroutines = "1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
9898
}
9999

@@ -109,12 +109,12 @@ object Version {
109109
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
110110
const val coil = "2.2.2" // https://coil-kt.github.io/coil/compose/
111111

112-
const val koin = "3.2.2" // https://github.com/InsertKoinIO/koin
113-
const val koin_android = "3.3.0" // https://github.com/InsertKoinIO/koin
114-
const val koin_android_compose = "3.3.0" // https://github.com/InsertKoinIO/koin
115-
const val koin_ktor = "3.2.2" // https://github.com/InsertKoinIO/koin
112+
const val koin = "3.3.2" // https://github.com/InsertKoinIO/koin
113+
const val koin_android = "3.3.2" // https://github.com/InsertKoinIO/koin
114+
const val koin_android_compose = "3.4.1" // https://github.com/InsertKoinIO/koin
115+
const val koin_ktor = "3.3.0" // https://github.com/InsertKoinIO/koin
116116

117-
const val ktor = "2.2.1" // https://ktor.io/
117+
const val ktor = "2.2.2" // https://ktor.io/
118118
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
119119
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
120120
}

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ object ProjectSetting {
2525

2626
const val VERSION_MAJOR = 2
2727
const val VERSION_MINOR = 0
28-
const val VERSION_PATCH = 7
28+
const val VERSION_PATCH = 8
2929

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

32-
const val KOTLIN_VERSION = "1.6.10"
32+
const val KOTLIN_VERSION = "1.7.21"
3333

3434
// -----------------------------------------------------------------------------------------------------------------
3535

src/main/kotlin/Version.kt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ object Version {
2020
}
2121

2222
object Ad {
23-
const val unityAds = "4.4.1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
24-
const val startIo = "4.10.5" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
23+
const val unityAds = "4.5.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
24+
const val startIo = "4.10.6" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
2525
}
2626

2727
object Androidx {
@@ -56,7 +56,7 @@ object Version {
5656
const val composeMaterial3 = "1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
5757
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
5858
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
59-
const val composeMultiPlatform = "1.2.1" // https://github.com/JetBrains/compose-jb
59+
const val composeMultiPlatform = "1.2.2" // https://github.com/JetBrains/compose-jb
6060

6161
// TestImplementation
6262
const val junit4 = "4.13.2" // https://junit.org/junit4/
@@ -69,17 +69,17 @@ object Version {
6969

7070
object Google {
7171
const val accompanist = "0.28.0" // https://github.com/google/accompanist
72-
const val material = "1.8.0-beta01" // https://github.com/material-components/material-components-android/releases
73-
const val gson = "2.10" // https://github.com/google/gson
74-
const val admob = "21.3.0" // https://developers.google.com/admob/android/sdk
72+
const val material = "1.8.0-rc01" // https://github.com/material-components/material-components-android/releases
73+
const val gson = "2.10.1" // https://github.com/google/gson
74+
const val admob = "21.4.0" // https://developers.google.com/admob/android/sdk
7575
const val userMessagingPlatform = "2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
7676
const val hilt = "2.44.2" // https://dagger.dev/hilt/gradle-setup
77-
const val adMediationUnityAd = "4.4.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
77+
const val adMediationUnityAd = "4.5.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
7878
}
7979

8080
object JetBrains {
8181
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
82-
const val kotlin = "1.7.20" // https://kotlinlang.org/docs/releases.html#release-details
82+
const val kotlin = "1.8.0" // https://kotlinlang.org/docs/releases.html#release-details
8383
const val coroutines = "1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
8484
}
8585

@@ -95,12 +95,12 @@ object Version {
9595
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
9696
const val coil = "2.2.2" // https://coil-kt.github.io/coil/compose/
9797

98-
const val koin = "3.2.2" // https://github.com/InsertKoinIO/koin
99-
const val koin_android = "3.3.0" // https://github.com/InsertKoinIO/koin
100-
const val koin_android_compose = "3.3.0" // https://github.com/InsertKoinIO/koin
101-
const val koin_ktor = "3.2.2" // https://github.com/InsertKoinIO/koin
98+
const val koin = "3.3.2" // https://github.com/InsertKoinIO/koin
99+
const val koin_android = "3.3.2" // https://github.com/InsertKoinIO/koin
100+
const val koin_android_compose = "3.4.1" // https://github.com/InsertKoinIO/koin
101+
const val koin_ktor = "3.3.0" // https://github.com/InsertKoinIO/koin
102102

103-
const val ktor = "2.2.1" // https://ktor.io/
103+
const val ktor = "2.2.2" // https://ktor.io/
104104
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
105105
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
106106
}

0 commit comments

Comments
 (0)