Skip to content

Commit

Permalink
Upgrade Gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed May 18, 2022
1 parent d373f83 commit 69659be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions gpslogger/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:7.0.2'
classpath 'com.android.tools.build:gradle:7.2.0'

classpath 'org.jacoco:org.jacoco.core:0.7.4.201502262128'
classpath "com.moowork.gradle:gradle-node-plugin:0.13"
Expand Down Expand Up @@ -63,13 +63,14 @@ android {
}
}

lintOptions {
abortOnError false
}

testOptions {
unitTests.returnDefaultValues = true
}
lint {
abortOnError false
}
namespace 'com.mendhak.gpslogger'


//Release signing key
Expand Down
3 changes: 1 addition & 2 deletions gpslogger/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mendhak.gpslogger"
android:installLocation="auto"
android:installLocation="auto"
>

<!-- Satellite and network location services -->
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.0.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 69659be

Please sign in to comment.