Skip to content

Commit

Permalink
Updated Kotlin and other core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 2, 2023
1 parent ed85b7a commit 44ff067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.2.0"
classpath 'com.adarshr:gradle-test-logger-plugin:2.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
}
// Exclude the version that the android plugin depends on.
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
Expand Down
6 changes: 3 additions & 3 deletions omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencies {
implementation 'org.androidannotations:androidannotations-api:4.8.0'

implementation 'androidx.core:core-ktx:1.10.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
implementation 'com.larswerkman:HoloColorPicker:1.5'
implementation 'de.keyboardsurfer.android.widget:crouton:1.8.5@aar'
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
Expand All @@ -155,9 +155,9 @@ dependencies {
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
implementation 'com.appeaser.sublimepickerlibrary:sublimepickerlibrary:2.1.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.android.support:multidex:2.0.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'de.greenrobot:eventbus:2.4.0'
implementation 'com.pushbullet:android-extensions:1.0.4@aar'
implementation 'com.getbase:floatingactionbutton:1.10.1'
Expand Down

0 comments on commit 44ff067

Please sign in to comment.