diff --git a/app/build.gradle b/app/build.gradle index c54699c4b..4b074bed6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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)) } } diff --git a/app/src/main/res/layout-sw720dp/main.xml b/app/src/main/res/layout-sw720dp/main.xml index 79b7213e0..1ce9b973f 100644 --- a/app/src/main/res/layout-sw720dp/main.xml +++ b/app/src/main/res/layout-sw720dp/main.xml @@ -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"> + tools:ignore="InconsistentLayout" + tools:viewBindingIgnore="true"> +