Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ext {
def patch = 0

buildConfig = [
"minSdk" : 21,
"compileSdk": 33,
"targetSdk" : 33,
"buildTools": "33.0.2"
"minSdk" : 23,
Copy link
Copy Markdown
Collaborator

@KCeh KCeh Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep in mind this is a breaking change, major version of lib should be bumped as well

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0.0?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good

"compileSdk": 36,
"targetSdk" : 36,
"buildTools": "36.0.0"
]
releaseConfig = [
"group" : "com.infinum.localian",
Expand Down
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
localian = "1.0.9"
gradle = "7.4.2"
kotlin = "1.8.10"
appcompat = "1.6.1"
viewmodel = "2.6.0"
annotation = "1.6.0"
startup = "1.1.1"
preference = "1.2.0"
detekt = "1.21.0"
ktlintplugin = "10.3.0"
localian = "1.1.0"
gradle = "8.13.2"
kotlin = "2.2.0"
appcompat = "1.7.1"
viewmodel = "2.10.0"
annotation = "1.9.1"
startup = "1.2.0"
preference = "1.2.1"
detekt = "1.23.8"
ktlintplugin = "14.0.1"
ktlint = "0.45.2"
cpd = "3.3"
dokka = "1.8.10"
cpd = "3.5"
dokka = "2.1.0"
junit = "4.13.2"
mockk = "1.13.2"
json = "20220924"
mockk = "1.14.9"
json = "20251224"

[libraries]
library = { module = "com.infinum.localian:localian", version.ref = "localian" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Apr 03 17:47:20 EEST 2020
#Mon Mar 02 10:03:50 CET 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
Loading