Skip to content

Commit

Permalink
Replaced deprecated Gradle script commands, aligned Kotlin plugin and…
Browse files Browse the repository at this point in the history
… lib
  • Loading branch information
federicoiosue committed Oct 26, 2023
1 parent 8cebb0b commit 40ce838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
}
// Exclude the version that the android plugin depends on.
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
Expand Down
4 changes: 2 additions & 2 deletions omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (signConfigExists) {
}

android {
compileSdkVersion Integer.parseInt(project.TARGET_SDK)
compileSdk Integer.parseInt(project.TARGET_SDK)

defaultConfig {
applicationId project.PACKAGE
Expand Down Expand Up @@ -85,7 +85,7 @@ android {
}
}

flavorDimensions "standard"
flavorDimensions = ["standard"]
productFlavors {
play {
dimension "standard"
Expand Down

0 comments on commit 40ce838

Please sign in to comment.