Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def LOCAL_KEY_PRESENT = project.hasProperty('SIGNING_KEY_FILE') && rootProject.f

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
applicationId "io.pslab"
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.0.2'
classpath "io.realm:realm-gradle-plugin:6.0.2"
classpath "gradle.plugin.com.github.b3er.local.properties:local-properties-plugin:1.1"
// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -34,13 +34,12 @@ ext {
minSdkVersion = 23
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '29.0.2'

// App dependencies
supportLibraryVersion = '28.0.0'
picassoVersion = '2.5.2'
butterKnifeVersion = '10.2.3'
circleImageViewVersion = '3.0.0'
circleImageViewVersion = '3.1.0'
mpAndroidChartVersion = 'v3.0.3'
commonMathVersion = '3.6.1'
commonLangVersion = '3.5'
Expand Down Expand Up @@ -70,7 +69,7 @@ ext {

// Test dependencies
testRunnerRulesVersion = '1.0.2'
junitVersion = '4.12'
junitVersion = '4.13.2'
espressoVersion = '3.0.2'
mockitoVersion = '2.8.9'
}
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Mon Oct 04 22:33:05 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip