Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Feb 23, 2024
1 parent 5164de0 commit 15a2161
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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_04_005_01
versionName '4.4.5'
versionCode 4_04_006_01
versionName '4.4.6'

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

Expand Down Expand Up @@ -70,7 +70,7 @@ android {
getIsDefault().set(true)

dependencies {
def geniusscansdk_version = '4.21.0'
def geniusscansdk_version = '4.21.1'
implementation "com.geniusscansdk:gssdk-core:$geniusscansdk_version"
implementation "com.geniusscansdk:gssdk-ocr:$geniusscansdk_version"
implementation "com.geniusscansdk:gssdk-scanflow:$geniusscansdk_version"
Expand Down Expand Up @@ -155,11 +155,11 @@ dependencies {

implementation 'com.googlecode.plist:dd-plist:1.27'

implementation 'com.github.hannesa2:paho.mqtt.android:4.2'
implementation 'com.github.hannesa2:paho.mqtt.android:4.2.3'

testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
testImplementation 'io.github.serpro69:kotlin-faker:1.15.0'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
testImplementation 'io.github.serpro69:kotlin-faker:1.16.0'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.3.0'

def espresso_version = '3.5.1'
androidTestImplementation("androidx.test.espresso:espresso-contrib:$espresso_version") {
Expand Down

0 comments on commit 15a2161

Please sign in to comment.