File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3636
3737This Is Latest Release
3838
39- $version_release = 2.2.8
39+ $version_release = 2.2.9
4040
4141What's New??
4242
@@ -80,10 +80,10 @@ allprojects {
8080``` groovy
8181dependencies {
8282 // library frogo-sdk
83- implementation 'com.github.frogobox:frogo-sdk:2.2.8 '
83+ implementation 'com.github.frogobox:frogo-sdk:2.2.9 '
8484
8585 // library frogo-sdk for desktop
86- implementation 'com.github.frogobox.frogo-sdk:core-sdk:2.2.8 '
86+ implementation 'com.github.frogobox.frogo-sdk:core-sdk:2.2.9 '
8787}
8888```
8989
@@ -92,17 +92,17 @@ dependencies {
9292``` groovy
9393dependencies {
9494 // library frogo-sdk
95- implementation("com.github.frogobox:frogo-sdk:2.2.8 ")
95+ implementation("com.github.frogobox:frogo-sdk:2.2.9 ")
9696
9797 // library frogo-sdk for desktop
98- implementation("com.github.frogobox.frogo-sdk:core-sdk:2.2.8 ")
98+ implementation("com.github.frogobox.frogo-sdk:core-sdk:2.2.9 ")
9999}
100100```
101101
102102#### <Option 3> libs.versions.toml
103103``` yml
104104[versions]
105- frogosdk = "2.2.8 "
105+ frogosdk = "2.2.9 "
106106
107107[libraries]
108108frogo-sdk = { group = "com.github.frogobox", name = "frogo-sdk", version.ref = "frogosdk" }
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 8.3.2" apply false
44 id(" com.android.library" ) version " 8.3.2" apply false
5- id(" com.google.devtools.ksp" ) version " 1.9.23 -1.0.19 " apply false
6- id(" org.jetbrains.kotlin.android" ) version " 1.9.23 " apply false
7- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.23 " apply false
5+ id(" com.google.devtools.ksp" ) version " 1.9.24 -1.0.20 " apply false
6+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
7+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.24 " apply false
88}
99
1010buildscript {
Original file line number Diff line number Diff line change 1- /*
1+ /* *
22 * Created by faisalamir on 19/09/21
33 * FrogoRecyclerView
44 * -----------------------------------------
@@ -31,7 +31,7 @@ object ProjectSetting {
3131
3232 const val VERSION_MAJOR = 2
3333 const val VERSION_MINOR = 2
34- const val VERSION_PATCH = 8
34+ const val VERSION_PATCH = 9
3535
3636 // ---------------------------------------------------------------------------------------------
3737
Original file line number Diff line number Diff line change 1- # Tue Oct 27 15:38:56 ICT 2020
1+ # Mon Sep 02 13:22:34 WIB 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4-all.zip
You can’t perform that action at this time.
0 commit comments