Skip to content
Snippets Groups Projects
Commit dfec7728 authored by Hampus Rosenquist's avatar Hampus Rosenquist
Browse files

Upgrade gradle version

parent 500b8b41
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ android {
def versionPatch = 0
compileSdkVersion 30
buildToolsVersion = '29.0.3'
defaultConfig {
applicationId "org.opendroneid.android"
......@@ -36,6 +35,7 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
namespace 'org.dripdronescanner.android'
}
dependencies {
......
<?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="org.dripdronescanner.android">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
......
......@@ -13,7 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:7.3.0'
// NOTE: Do not place your application dependencies here; they belong
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment