Update gradle to 7.2.0

Using AS Chipmunk now
This commit is contained in:
Jays2Kings 2022-05-10 14:01:47 -04:00
parent a3fd820060
commit f6ccfadf43
3 changed files with 3 additions and 3 deletions

View file

@ -119,6 +119,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "eu.kanade.tachiyomi"
} }
dependencies { dependencies {

View file

@ -1,7 +1,6 @@
<?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"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools">
package="eu.kanade.tachiyomi">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />

View file

@ -25,7 +25,7 @@ subprojects {
buildscript { buildscript {
dependencies { dependencies {
classpath("com.android.tools.build:gradle:7.1.3") classpath("com.android.tools.build:gradle:7.2.0")
classpath("com.google.gms:google-services:4.3.10") classpath("com.google.gms:google-services:4.3.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${AndroidVersions.kotlin}") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${AndroidVersions.kotlin}")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5") classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")