mirror of
https://github.com/nuclearfog/Shitter.git
synced 2024-12-27 01:53:39 +01:00
Gradle update
This commit is contained in:
parent
8c42c0f72d
commit
dff81125db
@ -7,6 +7,7 @@ plugins {
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion '33.0.0'
|
||||
namespace 'org.nuclearfog.twidda'
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'org.nuclearfog.twidda'
|
||||
@ -32,16 +33,12 @@ android {
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude '/META-INF/CHANGES'
|
||||
exclude '/META-INF/DEPENDENCIES'
|
||||
exclude '/META-INF/README.md'
|
||||
exclude '/META-INF/androidx.*'
|
||||
exclude '/META-INF/kotlin*'
|
||||
exclude '/META-INF/com.*'
|
||||
exclude '/META-INF/services/**'
|
||||
exclude '/META-INF/com/**'
|
||||
exclude '/kotlin/**'
|
||||
exclude '/Debug*'
|
||||
jniLibs {
|
||||
excludes += ['/META-INF/androidx.*', '/META-INF/kotlin*', '/META-INF/com.*', '/META-INF/services/**', '/META-INF/com/**', '/kotlin/**', '/Debug*']
|
||||
}
|
||||
resources {
|
||||
excludes += ['/META-INF/CHANGES', '/META-INF/DEPENDENCIES', '/META-INF/README.md', '/META-INF/androidx.*', '/META-INF/kotlin*', '/META-INF/com.*', '/META-INF/services/**', '/META-INF/com/**', '/kotlin/**', '/Debug*']
|
||||
}
|
||||
}
|
||||
|
||||
paranoid {
|
||||
|
@ -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="org.nuclearfog.twidda"
|
||||
tools:ignore="LockedOrientationActivity">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||
classpath 'com.android.tools.build:gradle:7.4.0'
|
||||
classpath 'io.michaelrocks:paranoid-gradle-plugin:0.3.7'
|
||||
classpath 'gradle.plugin.ru.cleverpumpkin.proguard-dictionaries-generator:plugin:1.0.8'
|
||||
}
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
Loading…
Reference in New Issue
Block a user