0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

Upgrade gradle 7.2.2 -> 7.3.0

This commit is contained in:
TrianguloY 2022-09-18 11:16:36 +02:00
parent 0f214a06df
commit c4de02a53d
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
namespace 'com.trianguloy.urlchecker'
compileSdkVersion 30 compileSdkVersion 30
defaultConfig { defaultConfig {
applicationId "com.trianguloy.urlchecker" applicationId "com.trianguloy.urlchecker"
@ -23,7 +24,7 @@ android {
} }
} }
lintOptions { lint {
// users are free to update translations whenever // users are free to update translations whenever
// this mean that they are not usually up to date // this mean that they are not usually up to date
// and that there are usually lots of missing translations // and that there are usually lots of missing translations

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="com.trianguloy.urlchecker">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />

View File

@ -7,7 +7,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.2.2' classpath 'com.android.tools.build:gradle:7.3.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip