«
Previous
|
Next
»
Revision 87ecf0a0
Added by Leszek Koltunski 8 months ago
- ID 87ecf0a0bb4ba0da9ec8e8835e1582ad5349d3bf
- Parent a34589d8
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!)