diff --git a/app/build.gradle b/app/build.gradle index 74691e9..4711347 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.application' android { compileSdkVersion 30 - buildToolsVersion '25.0.2' defaultConfig { applicationId 'just.trust.me' minSdkVersion 16 @@ -22,6 +21,6 @@ android { } dependencies { - provided fileTree(dir: 'libs', include: ['*.jar']) - compile 'org.apache.httpcomponents:httpcore:4.4.2' + compileOnly fileTree(dir: 'libs', include: ['*.jar']) + implementation 'org.apache.httpcomponents:httpcore:4.4.2' } diff --git a/build.gradle b/build.gradle index 7d1886b..7b51aa0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 966aa8e..f338a88 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip