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
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ testProperties.load(new FileInputStream(testPropertiesFile))
testProperties.putAll(gradle.getStartParameter().getProjectProperties())

android {
compileSdkVersion 29
buildToolsVersion "28.0.3"
compileSdkVersion 33
buildToolsVersion "34.0.0"

useLibrary 'org.apache.http.legacy'

Expand All @@ -94,7 +94,7 @@ android {
versionName "1.4.6.1"

minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 33

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -136,4 +136,4 @@ android {
}
}

apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android-extensions'