Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
ext {
kotlinVersion = '1.6.0'
buildToolsVersion = '29.0.2'
compileSdkVersion = 29
targetSdkVersion = 29
kotlinVersion = '1.8.21'
buildToolsVersion = '34.0.8'
compileSdkVersion = 34
targetSdkVersion = 34
minSdkVersion = 18
}
ext.detoxKotlinVersion = ext.kotlinVersion
Expand All @@ -20,7 +20,7 @@ buildscript {

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-parcelize'

def DEFAULT_COMPILE_SDK_VERSION = 28
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {

implementation "org.jetbrains.kotlin:$_kotlinStdlib:$_kotlinVersion"

implementation 'net.gotev:uploadservice-okhttp:4.7.0'
implementation 'net.gotev:uploadservice-okhttp:4.9.2'

implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
}