Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e38b48a9
authored
Feb 26, 2021
by
aquilescanta
Committed by
marcbaechinger
Apr 09, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Use a debug signature config for demo apps' release variant
PiperOrigin-RevId: 359724874
parent
e4d5e07f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
demos/cast/build.gradle
demos/gl/build.gradle
demos/main/build.gradle
demos/surface/build.gradle
demos/cast/build.gradle
View file @
e38b48a9
...
@@ -38,6 +38,7 @@ android {
...
@@ -38,6 +38,7 @@ android {
"proguard-rules.txt"
,
"proguard-rules.txt"
,
getDefaultProguardFile
(
'proguard-android.txt'
)
getDefaultProguardFile
(
'proguard-android.txt'
)
]
]
signingConfig
signingConfigs
.
debug
}
}
debug
{
debug
{
jniDebuggable
=
true
jniDebuggable
=
true
...
...
demos/gl/build.gradle
View file @
e38b48a9
...
@@ -34,6 +34,7 @@ android {
...
@@ -34,6 +34,7 @@ android {
shrinkResources
true
shrinkResources
true
minifyEnabled
true
minifyEnabled
true
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
)
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
)
signingConfig
signingConfigs
.
debug
}
}
}
}
...
...
demos/main/build.gradle
View file @
e38b48a9
...
@@ -38,6 +38,7 @@ android {
...
@@ -38,6 +38,7 @@ android {
"proguard-rules.txt"
,
"proguard-rules.txt"
,
getDefaultProguardFile
(
'proguard-android.txt'
)
getDefaultProguardFile
(
'proguard-android.txt'
)
]
]
signingConfig
signingConfigs
.
debug
}
}
debug
{
debug
{
jniDebuggable
=
true
jniDebuggable
=
true
...
...
demos/surface/build.gradle
View file @
e38b48a9
...
@@ -34,6 +34,7 @@ android {
...
@@ -34,6 +34,7 @@ android {
shrinkResources
true
shrinkResources
true
minifyEnabled
true
minifyEnabled
true
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
)
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
)
signingConfig
signingConfigs
.
debug
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment