Skip to content

Commit

Permalink
Quickfix VERSION_CODE import
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Feb 11, 2022
1 parent 6525680 commit 46444dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId "com.infomaniak.drive"
minSdkVersion 21
targetSdkVersion 31
versionCode 4_01_000_05
versionCode 4_01_000_06
versionName "4.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package com.infomaniak.drive.data.cache
import android.content.Context
import androidx.collection.ArrayMap
import androidx.collection.arrayMapOf
import com.infomaniak.drive.BuildConfig
import com.infomaniak.drive.data.api.ApiRepository
import com.infomaniak.drive.data.models.CancellableAction
import com.infomaniak.drive.data.models.File
Expand Down

0 comments on commit 46444dc

Please sign in to comment.