Skip to content

Commit

Permalink
Cleanup and upgrade gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem committed Jul 6, 2022
1 parent 96df0d6 commit 3ab79d1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Copyright (c) Koninklijke Philips N.V. 2020.
* All rights reserved.
*/
package com.welie.blessedexample

class BloodPressureMeasurementStatus internal constructor(measurementStatus: Int) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Copyright (c) Koninklijke Philips N.V., 2017.
* All rights reserved.
*/
package com.welie.blessedexample

/**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3ab79d1

Please sign in to comment.