update mapping.txt location
This commit is contained in:
parent
260989bda6
commit
065470cecb
2
.github/workflows/gradle_build.yml
vendored
2
.github/workflows/gradle_build.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Mappings
|
||||
path: build/tmp/proguard/mapping.txt
|
||||
path: dist/mapping.txt
|
||||
|
2
scripts/proguard.pro
vendored
2
scripts/proguard.pro
vendored
@ -382,4 +382,4 @@
|
||||
public java.lang.String substring(int,int);
|
||||
}
|
||||
|
||||
-printmapping mapping.txt
|
||||
-printmapping ../../../dist/mapping.txt
|
||||
|
Loading…
Reference in New Issue
Block a user