Project

General

Profile

« Previous | Next » 

Revision c4f41419

Added by Leszek Koltunski about 2 months ago

  • ID c4f414192f809864bc5f7956e0cce6b082edc75b
  • Parent 8a042c76

Enforce AGP 8.1.4 (with AGP 8.2.2 the release build mysteriously crashes out with VerifyError!)

View differences:

build.gradle
9 9
    defaultConfig {
10 10
        minSdk 21
11 11
        targetSdk 34
12

  
13
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
        consumerProguardFiles "consumer-rules.pro"
15 12
    }
16 13

  
17 14
    buildTypes {
......
20 17
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
21 18
        }
22 19
    }
23
    compileOptions {
24
        sourceCompatibility JavaVersion.VERSION_1_8
25
        targetCompatibility JavaVersion.VERSION_1_8
26
    }
27 20
}
28 21

  
29 22
dependencies {

Also available in: Unified diff