Skip to content

Commit

Permalink
Update target SDK to 34, gradle plugin, Kotlin and libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimowner committed May 11, 2024
1 parent 9528276 commit 8cd6a09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ apply plugin: 'kotlin-kapt'

android {
namespace 'com.dimowner.audiorecorder'
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "com.dimowner.audiorecorder"
minSdkVersion 21
targetSdkVersion 33
versionCode 934
versionName "0.9.33-230715"
targetSdkVersion 34
versionCode 935
versionName "0.9.99"
}

buildFeatures {
Expand Down Expand Up @@ -92,8 +92,8 @@ android.variantFilter { variant ->
}

dependencies {
def androidX = "1.3.0"
def coroutines = "1.6.4"
def androidX = "1.3.2"
def coroutines = "1.8.0"
def timber = "5.0.1"

//Kotlin
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_version = '1.9.23'

repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.android.tools.build:gradle:8.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// classpath 'com.google.gms:google-services:4.3.10'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

0 comments on commit 8cd6a09

Please sign in to comment.