Revision 87ecf0a0
Added by Leszek Koltunski over 1 year ago
| build.gradle | ||
|---|---|---|
| 14 | 14 |
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
| 15 | 15 |
} |
| 16 | 16 |
} |
| 17 |
compileOptions {
|
|
| 18 |
sourceCompatibility JavaVersion.VERSION_1_8 |
|
| 19 |
targetCompatibility JavaVersion.VERSION_1_8 |
|
| 20 |
} |
|
| 21 | 17 |
namespace 'org.distorted.flags' |
| 22 | 18 |
} |
| 23 | 19 |
|
Also available in: Unified diff
Enforce AGP 8.1.4 (with AGP 8.2.2 the release build mysteriously crashes out with VerifyError!)