mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-03 03:57:41 +01:00
Update plugins
This commit is contained in:
parent
dc3e58a188
commit
b290402f8f
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id('com.android.application')
|
||||
id('com.getkeepsafe.dexcount')
|
||||
id('com.github.triplet.play') version '2.7.5' apply false
|
||||
id('com.github.triplet.play') version '3.4.0' apply false
|
||||
}
|
||||
apply from: "../common.gradle"
|
||||
apply from: "../playFlavor.gradle"
|
||||
@ -170,8 +170,8 @@ dependencies {
|
||||
if (project.hasProperty("antennaPodPlayPublisherCredentials")) {
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
play {
|
||||
track = 'alpha'
|
||||
serviceAccountCredentials = file(antennaPodPlayPublisherCredentials)
|
||||
track.set('alpha')
|
||||
serviceAccountCredentials.set(file(antennaPodPlayPublisherCredentials))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
tools:viewBindingIgnore="true">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/navDrawerFragment"
|
||||
|
@ -6,8 +6,11 @@
|
||||
android:id="@+id/drawer_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:ignore="InconsistentLayout">
|
||||
tools:ignore="InconsistentLayout"
|
||||
tools:viewBindingIgnore="true">
|
||||
<!-- InconsistentLayout: Tablet layout does not have a drawer -->
|
||||
<!-- viewBindingIgnore: Configurations for main.xml must
|
||||
agree on the root element's ID -->
|
||||
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
||||
android:id="@+id/overview_coordinator_layout"
|
||||
|
@ -2,12 +2,12 @@ buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
gradlePluginPortal()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2'
|
||||
classpath 'com.android.tools.build:gradle:4.1.3'
|
||||
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.4'
|
||||
classpath 'de.timfreiheit.resourceplaceholders:placeholders:0.3'
|
||||
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0"
|
||||
}
|
||||
|
@ -52,8 +52,8 @@ android {
|
||||
checkGeneratedSources = true
|
||||
}
|
||||
|
||||
viewBinding {
|
||||
enabled = true
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user