Skip to content

Commit

Permalink
Update Libs & Bump versionName to 1.1.3
Browse files Browse the repository at this point in the history
New Changes:
• Update versionCode to 113000
• Update versionName to 1.1.3
  • Loading branch information
AkosPaha01 committed Sep 29, 2023
2 parents cfa327d + 7574871 commit dd18250
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colorutilsc
Submodule colorutilsc updated 1 files
+9 −9 build.gradle
7 changes: 7 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ espressoCore = "3.5.1"
gradle = "8.3.0-alpha06"
junit = "4.13.2"
junitVersion = "1.1.5"
kotlinreflect = "1.9.10"
kotlinStdlib = "1.9.10"
kspPlugin = "1.9.10-1.0.13"
legacySupportV4 = "1.0.0"
lifecycleViewmodelKtx = "2.6.2"
preference-ktx = "1.2.1"
material = "1.9.0"
desugar_jdk_libs_nio = "2.0.3"

Expand All @@ -25,6 +28,10 @@ junit = { module = "junit:junit", version.ref = "junit" }
legacy-support-v4 = { module = "androidx.legacy:legacy-support-v4", version.ref = "legacySupportV4" }
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
material = { module = "com.google.android.material:material", version.ref = "material" }
androidx_junit = { module = "androidx.test.ext:junit", version.ref = "junit" }
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preference-ktx" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect ", version.ref = "kotlinreflect" }
desugar_jdk_libs_nio = { module = "com.android.tools:desugar_jdk_libs_nio", version.ref = "desugar_jdk_libs_nio" }

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion rboardcomponents

0 comments on commit dd18250

Please sign in to comment.