Skip to content

Commit

Permalink
change build files
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Apr 1, 2024
1 parent b3961fc commit 9451270
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import java.text.SimpleDateFormat
apply plugin: 'com.android.application'
apply plugin: 'com.google.android.gms.oss-licenses-plugin'
apply plugin: 'kotlin-android'
//apply plugin: 'kotlin-android-extensions' //GOODBYE VIEWBINDING
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.zellius.shortcut-helper'
apply plugin: 'kotlinx-serialization'
Expand Down Expand Up @@ -37,7 +36,7 @@ ext {

android {
compileSdkVersion 33
publishNonDefault true
namespace "eu.kanade.tachiyomi"

defaultConfig {
applicationId "eu.kanade.tachiyomi.az"
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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-sdk tools:overrideLibrary="rikka.shizuku.shared,rikka.shizuku.provider,rikka.shizuku.api,rikka.shizuku.aidl" />

Expand Down Expand Up @@ -35,7 +34,8 @@
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Tachiyomi.Light"
android:networkSecurityConfig="@xml/network_security_config">
android:networkSecurityConfig="@xml/network_security_config"
tools:targetApi="q">
<activity
android:name=".ui.main.MainActivity"
android:launchMode="singleTop"
Expand Down Expand Up @@ -220,7 +220,6 @@

<activity
android:name="exh.ui.intercept.InterceptActivity"
android:label="@string/app_name"
android:theme="@style/Theme.EHActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ buildscript {
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
classpath(kotlin("serialization", version = "1.9.22"))
// Realm (EH)
classpath("io.realm:realm-gradle-plugin:7.0.1")
classpath("io.realm:realm-gradle-plugin:10.12.0-transformer-api")

// Firebase (EH)
//classpath("io.fabric.tools:gradle:1.31.2")
Expand All @@ -60,8 +60,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
//maven { setUrl("https://maven.fabric.io/public") }
}
}

Expand Down

0 comments on commit 9451270

Please sign in to comment.