Revision f7718354
Added by Leszek Koltunski over 5 years ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.library' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
signingConfigs {
|
|
| 5 |
release {
|
|
| 6 |
storeFile file('/Users/leszek/Programs/Examples/threedcell.keystore')
|
|
| 7 |
keyAlias = 'distorted' |
|
| 8 |
} |
|
| 9 |
} |
|
| 4 | 10 |
compileSdkVersion 29 |
| 5 | 11 |
|
| 6 | 12 |
defaultConfig {
|
| ... | ... | |
| 12 | 18 |
release {
|
| 13 | 19 |
minifyEnabled false |
| 14 | 20 |
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
| 21 |
signingConfig signingConfigs.release |
|
| 22 |
} |
|
| 23 |
debug {
|
|
| 24 |
signingConfig signingConfigs.debug |
|
| 15 | 25 |
} |
| 16 | 26 |
} |
| 17 | 27 |
} |
Also available in: Unified diff
Do not allow more than 15 characters in the NAME.