Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 33 additions & 29 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.9
$version_release = 3.0.0

What's New??

Expand All @@ -26,12 +26,12 @@ object Version {

object Gradle {
const val minSdk = 21
const val compileSdk = 33
const val compileSdk = 34
const val targetSdk = compileSdk
}

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

Expand All @@ -44,10 +44,10 @@ object Version {
const val viewPager = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager
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.10.1" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.6.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val core = "1.12.0" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.6.2" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycleArch = "2.2.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val room = "2.5.1" // https://developer.android.com/jetpack/androidx/releases/room
const val room = "2.6.0" // https://developer.android.com/jetpack/androidx/releases/room
const val work = "2.8.1" // https://developer.android.com/jetpack/androidx/releases/work
const val activityKtx = "1.7.2" // https://developer.android.com/jetpack/androidx/releases/activity
const val fragmentKtx = "1.5.7" // https://developer.android.com/jetpack/androidx/releases/fragment
Expand All @@ -56,21 +56,24 @@ object Version {
const val recyclerViewSelection = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val camerax = "1.2.3" // 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.6.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotation = "1.7.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
const val emoji2 = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/emoji2
const val emoji2 = "1.4.0" // https://developer.android.com/jetpack/androidx/releases/emoji2

// Compose Version
const val composeActivity = "1.7.2" // https://androidx.tech/artifacts/activity/activity-compose/
const val composeCompiler = "1.4.6" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
const val composeCompiler = "1.5.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeAnimation = "1.5.4"// https://developer.android.com/jetpack/androidx/releases/compose
const val composeActivity = "1.8.0" // https://androidx.tech/artifacts/activity/activity-compose/
const val compose = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.1.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.7.4" // 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.4.0" // https://github.com/JetBrains/compose-jb

// https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
const val composeMultiPlatform = "1.5.1" // https://github.com/JetBrains/compose-jb

// TestImplementation
const val junit4 = "4.13.2" // https://junit.org/junit4/
Expand All @@ -83,44 +86,45 @@ object Version {

object Google {
const val accompanist = "0.30.0" // https://github.com/google/accompanist
const val material = "1.9.0" // https://github.com/material-components/material-components-android/releases
const val material = "1.10.0" // https://github.com/material-components/material-components-android/releases
const val gson = "2.10.1" // https://github.com/google/gson
const val admob = "22.1.0" // https://developers.google.com/admob/android/sdk
const val admob = "22.4.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.46.1" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.7.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
const val hilt = "2.48.1" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.9.1.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.8.20" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.1" // https://github.com/Kotlin/kotlinx.coroutines
// https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
const val kotlin = "1.9.10" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.3" // https://github.com/Kotlin/kotlinx.coroutines
}

object Util {
const val okHttp = "4.10.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
const val okHttp = "4.11.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
const val retrofit = "2.9.0" // https://github.com/square/retrofit

const val rxAndroid3 = "3.0.2" // https://github.com/ReactiveX/RxAndroid
const val rxKotlin3 = "3.0.1" // https://github.com/ReactiveX/RxKotlin
const val rxJava3 = "3.1.6" // https://github.com/ReactiveX/RxJava
const val rxJava3 = "3.1.8" // https://github.com/ReactiveX/RxJava

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

const val koin = "3.4.0" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.4.0" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.4" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.4.0" // https://github.com/InsertKoinIO/koin

const val ktor = "2.2.4" // https://ktor.io/
const val ktor = "2.3.5" // 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

const val fastAdapter = "5.7.0" // https://github.com/mikepenz/FastAdapter

const val balloon = "1.5.3" // https://github.com/skydoves/Balloon
const val balloon = "1.6.1" // https://github.com/skydoves/Balloon
}

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

Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ object ProjectSetting {

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

const val VERSION_MAJOR = 2
const val VERSION_MINOR = 1
const val VERSION_PATCH = 9
const val VERSION_MAJOR = 3
const val VERSION_MINOR = 0
const val VERSION_PATCH = 0

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

Expand Down
55 changes: 28 additions & 27 deletions src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ object Version {

object Gradle {
const val minSdk = 21
const val compileSdk = 33
const val compileSdk = 34
const val targetSdk = compileSdk
}

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

Expand All @@ -33,10 +33,10 @@ object Version {
const val viewPager = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager
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.10.1" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.6.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val core = "1.12.0" // https://developer.android.com/jetpack/androidx/releases/core
const val liveCycle = "2.6.2" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val liveCycleArch = "2.2.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
const val room = "2.5.1" // https://developer.android.com/jetpack/androidx/releases/room
const val room = "2.6.0" // https://developer.android.com/jetpack/androidx/releases/room
const val work = "2.8.1" // https://developer.android.com/jetpack/androidx/releases/work
const val activityKtx = "1.7.2" // https://developer.android.com/jetpack/androidx/releases/activity
const val fragmentKtx = "1.5.7" // https://developer.android.com/jetpack/androidx/releases/fragment
Expand All @@ -45,23 +45,24 @@ object Version {
const val recyclerViewSelection = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
const val camerax = "1.2.3" // 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.6.0" // https://developer.android.com/jetpack/androidx/releases/annotation
const val annotation = "1.7.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
const val emoji2 = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/emoji2
const val emoji2 = "1.4.0" // https://developer.android.com/jetpack/androidx/releases/emoji2

// Compose Version
const val composeActivity = "1.7.2" // https://androidx.tech/artifacts/activity/activity-compose/
const val composeCompiler = "1.4.6" // https://developer.android.com/jetpack/androidx/releases/compose
const val compose = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
const val composeCompiler = "1.5.3" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeAnimation = "1.5.4"// https://developer.android.com/jetpack/androidx/releases/compose
const val composeActivity = "1.8.0" // https://androidx.tech/artifacts/activity/activity-compose/
const val compose = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeFoundation = "1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeMaterial3 = "1.1.2" // https://developer.android.com/jetpack/androidx/releases/compose
const val composeNavigation = "2.7.4" // https://androidx.tech/artifacts/navigation/navigation-compose/
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt

// https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
const val composeMultiPlatform = "1.4.0" // https://github.com/JetBrains/compose-jb
const val composeMultiPlatform = "1.5.1" // https://github.com/JetBrains/compose-jb

// TestImplementation
const val junit4 = "4.13.2" // https://junit.org/junit4/
Expand All @@ -74,45 +75,45 @@ object Version {

object Google {
const val accompanist = "0.30.0" // https://github.com/google/accompanist
const val material = "1.9.0" // https://github.com/material-components/material-components-android/releases
const val material = "1.10.0" // https://github.com/material-components/material-components-android/releases
const val gson = "2.10.1" // https://github.com/google/gson
const val admob = "22.1.0" // https://developers.google.com/admob/android/sdk
const val admob = "22.4.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.46.1" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.7.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
const val hilt = "2.48.1" // https://dagger.dev/hilt/gradle-setup
const val adMediationUnityAd = "4.9.1.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
// https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
const val kotlin = "1.8.20" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.1" // https://github.com/Kotlin/kotlinx.coroutines
const val kotlin = "1.9.10" // https://kotlinlang.org/docs/releases.html#release-details
const val coroutines = "1.7.3" // https://github.com/Kotlin/kotlinx.coroutines
}

object Util {
const val okHttp = "4.10.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
const val okHttp = "4.11.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
const val retrofit = "2.9.0" // https://github.com/square/retrofit

const val rxAndroid3 = "3.0.2" // https://github.com/ReactiveX/RxAndroid
const val rxKotlin3 = "3.0.1" // https://github.com/ReactiveX/RxKotlin
const val rxJava3 = "3.1.6" // https://github.com/ReactiveX/RxJava
const val rxJava3 = "3.1.8" // https://github.com/ReactiveX/RxJava

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

const val koin = "3.4.0" // https://github.com/InsertKoinIO/koin
const val koin_android = "3.4.0" // https://github.com/InsertKoinIO/koin
const val koin_android_compose = "3.4.4" // https://github.com/InsertKoinIO/koin
const val koin_ktor = "3.4.0" // https://github.com/InsertKoinIO/koin

const val ktor = "2.2.4" // https://ktor.io/
const val ktor = "2.3.5" // 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

const val fastAdapter = "5.7.0" // https://github.com/mikepenz/FastAdapter

const val balloon = "1.5.3" // https://github.com/skydoves/Balloon
const val balloon = "1.6.1" // https://github.com/skydoves/Balloon
}

}