diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-14 18:49:32 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-14 18:49:32 +0100 |
commit | eeeab1f5b6f2314b408fd9d935192a4a095bcaf8 (patch) | |
tree | 9a48d0bc32e7a6d71fd265ce372c21a7c59b0503 /build.gradle | |
parent | 187f4fdece966798dbd017d64b8f865b34dc28ed (diff) |
Configure for e, on sdk 29
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index e1df856..842ad40 100644 --- a/build.gradle +++ b/build.gradle @@ -4,9 +4,9 @@ import foundation.e.privacycentral.buildsrc.ReleaseType // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.buildConfig = [ - 'compileSdk': 30, + 'compileSdk': 29, 'minSdk' : 26, - 'targetSdk' : 30, + 'targetSdk' : 29, 'version' : [ 'major': 1, 'minor': 0, |