Bug 1774034 - Upgrade apilint to 0.5.2. r=calu

Changelog:
- Enforce @Deprecated with @DeprecationSchedule
  3e00936807

Differential Revision: https://phabricator.services.mozilla.com/D149153
This commit is contained in:
Agi Sferro 2022-06-13 16:28:57 +00:00
Родитель 804419b927
Коммит 5d6c48cfe4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ buildscript {
ext.kotlin_version = '1.5.31'
dependencies {
classpath 'org.mozilla.apilint:apilint:0.5.1'
classpath 'org.mozilla.apilint:apilint:0.5.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath 'org.apache.commons:commons-exec:1.3'