Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 14, 2023
1 parent ab4c5fe commit 4e41069
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 49 deletions.
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
## Version Release
This Is Latest Release

$version_release = 2.1.1
$version_release = 2.1.2

What's New??

Expand All @@ -35,11 +35,11 @@ object Version {

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

object Androidx {
const val appCompat = "1.6.0" // https://developer.android.com/jetpack/androidx/releases/appcompat
const val appCompat = "1.6.1" // https://developer.android.com/jetpack/androidx/releases/appcompat
const val constraintLayout = "2.1.4" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
const val constraintLayoutCompose = "1.0.1" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
const val collection = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/collection
Expand All @@ -48,29 +48,31 @@ object Version {
const val viewPager2 = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
const val preference = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/preference
const val core = "1.9.0" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.5.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycleArch = "2.1.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycle = "2.6.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycleArch = "2.1.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val room = "2.5.0" // https://developer.android.com/jetpack/androidx/releases/room
const val work = "2.7.1" // https://developer.android.com/jetpack/androidx/releases/work
const val work = "2.8.0" // https://developer.android.com/jetpack/androidx/releases/work
const val activityKtx = "1.6.1" // https://developer.android.com/jetpack/androidx/releases/activity
const val fragmentKtx = "1.5.5" // https://developer.android.com/jetpack/androidx/releases/fragment
const val navigationKtx = "2.5.3" // https://developer.android.com/jetpack/androidx/releases/navigation
const val recyclerView = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val recyclerView = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val recyclerViewSelection = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val camerax = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/camera#kts
const val camerax = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/camera#kts
const val biometric = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
const val annotation = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotationExperimental = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotation = "1.6.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotationExperimental = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val swipeRefreshLayout = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout

// Compose Version
const val composeActivity = "1.6.1" // https://androidx.tech/artifacts/activity/activity-compose/
const val composeCompiler = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeCompiler = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
const val composeMultiPlatform = "1.3.0" // https://github.com/JetBrains/compose-jb
const val composeMultiPlatform = "1.3.1" // https://github.com/JetBrains/compose-jb

// TestImplementation
const val junit4 = "4.13.2" // https://junit.org/junit4/
Expand All @@ -87,14 +89,14 @@ object Version {
const val gson = "2.10.1" // https://github.com/google/gson
const val admob = "21.5.0" // https://developers.google.com/admob/android/sdk
const val userMessagingPlatform = "2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
const val hilt = "2.44.2" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.5.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
const val hilt = "2.45" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.6.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
}

object JetBrains {
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
const val kotlin = "1.7.20" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
const val kotlin = "1.8.10" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.0-Beta" // https://github.com/Kotlin/kotlinx.coroutines
}

object Util {
Expand All @@ -105,16 +107,16 @@ object Version {
const val rxKotlin3 = "3.0.1" // https://github.com/ReactiveX/RxKotlin
const val rxJava3 = "3.1.6" // https://github.com/ReactiveX/RxJava

const val glide = "4.14.2" // https://github.com/bumptech/glide
const val glide = "4.15.1" // https://github.com/bumptech/glide
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
const val coil = "2.2.2" // https://coil-kt.github.io/coil/compose/

const val koin = "3.3.2" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.3.2" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.1" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.3.0" // https://github.com/InsertKoinIO/koin
const val koin = "3.3.3" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.3.3" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.2" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.3.1" // https://github.com/InsertKoinIO/koin

const val ktor = "2.2.2" // https://ktor.io/
const val ktor = "2.2.4" // https://ktor.io/
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash

Expand All @@ -141,7 +143,7 @@ repositories {
```kotlin
dependencies {
// library open-build-src
implementation("com.github.frogobox:open-build-src:2.1.1")
implementation("com.github.frogobox:open-build-src:2.1.2")
}
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions src/main/kotlin/Androidx.kt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object Androidx {
const val activity = "androidx.activity:activity-compose:${Version.Androidx.composeActivity}"
fun activity(version: String): String = "androidx.activity:activity-compose:$version"

const val material = "androidx.compose.material:material:${Version.Androidx.compose}"
const val material = "androidx.compose.material:material:${Version.Androidx.composeMaterial}"
fun material(version: String): String = "androidx.compose.material:material:$version"

const val material3 = "androidx.compose.material3:material3:${Version.Androidx.composeMaterial3}"
Expand All @@ -180,7 +180,7 @@ object Androidx {
const val compiler = "androidx.compose.compiler:compiler:${Version.Androidx.composeCompiler}"
fun compiler(version: String): String = "androidx.compose.compiler:compiler:$version"

const val foundation = "androidx.compose.foundation:foundation:${Version.Androidx.compose}"
const val foundation = "androidx.compose.foundation:foundation:${Version.Androidx.composeFoundation}"
fun foundation(version: String): String = "androidx.compose.foundation:foundation:$version"

const val runtime = "androidx.compose.runtime:runtime:${Version.Androidx.compose}"
Expand Down
44 changes: 23 additions & 21 deletions src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ object Version {

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

object Androidx {
const val appCompat = "1.6.0" // https://developer.android.com/jetpack/androidx/releases/appcompat
const val appCompat = "1.6.1" // https://developer.android.com/jetpack/androidx/releases/appcompat
const val constraintLayout = "2.1.4" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
const val constraintLayoutCompose = "1.0.1" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
const val collection = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/collection
Expand All @@ -34,29 +34,31 @@ object Version {
const val viewPager2 = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
const val preference = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/preference
const val core = "1.9.0" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.5.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycle = "2.6.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycleArch = "2.1.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val room = "2.5.0" // https://developer.android.com/jetpack/androidx/releases/room
const val work = "2.7.1" // https://developer.android.com/jetpack/androidx/releases/work
const val work = "2.8.0" // https://developer.android.com/jetpack/androidx/releases/work
const val activityKtx = "1.6.1" // https://developer.android.com/jetpack/androidx/releases/activity
const val fragmentKtx = "1.5.5" // https://developer.android.com/jetpack/androidx/releases/fragment
const val navigationKtx = "2.5.3" // https://developer.android.com/jetpack/androidx/releases/navigation
const val recyclerView = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val recyclerView = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val recyclerViewSelection = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val camerax = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/camera#kts
const val camerax = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/camera#kts
const val biometric = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
const val annotation = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotationExperimental = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotation = "1.6.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotationExperimental = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val swipeRefreshLayout = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout

// Compose Version
const val composeActivity = "1.6.1" // https://androidx.tech/artifacts/activity/activity-compose/
const val composeCompiler = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeCompiler = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
const val composeMultiPlatform = "1.3.0" // https://github.com/JetBrains/compose-jb
const val composeMultiPlatform = "1.3.1" // https://github.com/JetBrains/compose-jb

// TestImplementation
const val junit4 = "4.13.2" // https://junit.org/junit4/
Expand All @@ -73,14 +75,14 @@ object Version {
const val gson = "2.10.1" // https://github.com/google/gson
const val admob = "21.5.0" // https://developers.google.com/admob/android/sdk
const val userMessagingPlatform = "2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
const val hilt = "2.44.2" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.5.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
const val hilt = "2.45" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.6.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
}

object JetBrains {
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
const val kotlin = "1.7.20" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
const val kotlin = "1.8.10" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.0-Beta" // https://github.com/Kotlin/kotlinx.coroutines
}

object Util {
Expand All @@ -91,16 +93,16 @@ object Version {
const val rxKotlin3 = "3.0.1" // https://github.com/ReactiveX/RxKotlin
const val rxJava3 = "3.1.6" // https://github.com/ReactiveX/RxJava

const val glide = "4.14.2" // https://github.com/bumptech/glide
const val glide = "4.15.1" // https://github.com/bumptech/glide
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
const val coil = "2.2.2" // https://coil-kt.github.io/coil/compose/

const val koin = "3.3.2" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.3.2" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.1" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.3.0" // https://github.com/InsertKoinIO/koin
const val koin = "3.3.3" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.3.3" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.2" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.3.1" // https://github.com/InsertKoinIO/koin

const val ktor = "2.2.2" // https://ktor.io/
const val ktor = "2.2.4" // https://ktor.io/
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash

Expand Down

0 comments on commit 4e41069

Please sign in to comment.