Skip to content

Commit

Permalink
chore: kotlin and sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-95 committed Jan 24, 2023
1 parent 7575123 commit 3b2d682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {

ext {
kotlin_version = '1.3.72'
kotlin_version = '1.6.10'
}
repositories {
google()
Expand All @@ -15,7 +15,7 @@ buildscript {
classpath Deps.tools_kotlin
classpath Deps.androidx_navigation
classpath Deps.hilt_plugin
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.realm:realm-gradle-plugin:10.8.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import org.gradle.api.JavaVersion

object Config {
const val minSdk = 24
const val compileSdk = 31
const val targetSdk = 31
const val compileSdk = 33
const val targetSdk = 33
val javaVersion = JavaVersion.VERSION_1_8

const val versionCode = 13
Expand Down

0 comments on commit 3b2d682

Please sign in to comment.