Skip to content

Commit

Permalink
Merge pull request #7 from ardevd/updated-dependencies
Browse files Browse the repository at this point in the history
 updated target and compile SDK, gradle distribution and dependencies.
  • Loading branch information
techyourchance authored Nov 18, 2020
2 parents e274f0c + 18ac845 commit 0bbe6d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -25,11 +25,11 @@ allprojects {
}

ext {
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
compileSdkVersion = 30
buildToolsVersion = "30.0.2"
supportLibVersion = "27.1.1"
junitVersion = "4.12"
mockitoVersion = "2.18.3"
junitVersion = "4.13"
mockitoVersion = "2.19.0"
}


Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Aug 12 17:17:23 IDT 2018
#Wed Nov 18 09:35:17 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
4 changes: 2 additions & 2 deletions threadposter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ ext {

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion "27.0.3"
buildToolsVersion "30.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 30
versionCode 4
versionName "0.8.3"
}
Expand Down

0 comments on commit 0bbe6d1

Please sign in to comment.