Skip to content

Commit

Permalink
Support for SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
anindya2791 authored Mar 12, 2024
1 parent 20dfb9b commit f9a29c5
Showing 1 changed file with 6 additions and 6 deletions.
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'
}

0 comments on commit f9a29c5

Please sign in to comment.