mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
Update gradle to 7.2.0
Using AS Chipmunk now
This commit is contained in:
parent
a3fd820060
commit
f6ccfadf43
3 changed files with 3 additions and 3 deletions
|
@ -119,6 +119,7 @@ android {
|
|||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
namespace = "eu.kanade.tachiyomi"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?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="eu.kanade.tachiyomi">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -25,7 +25,7 @@ subprojects {
|
|||
|
||||
buildscript {
|
||||
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("org.jetbrains.kotlin:kotlin-gradle-plugin:${AndroidVersions.kotlin}")
|
||||
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue