Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Jan 4, 2024
1 parent ba1dffd commit 283c74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId 'com.infomaniak.drive'
minSdkVersion 21
targetSdkVersion 34
versionCode 4_03_003_01
versionName '4.3.3'
versionCode 4_03_004_01
versionName '4.3.4'

setProperty "archivesBaseName", "kdrive-$versionName ($versionCode)"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6'
classpath 'io.realm:realm-gradle-plugin:10.15.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'de.mannodermaus.gradle.plugins:android-junit5:1.9.3.0'
}
Expand Down

0 comments on commit 283c74a

Please sign in to comment.