migrating project level build.gradle

This commit is contained in:
Tule Simon 2023-04-16 14:49:05 +01:00
parent 3e165b5867
commit b1040f05f2
3 changed files with 35 additions and 14 deletions

View file

@ -100,7 +100,7 @@ static def getProperty(Properties properties, String name) {
dependencies {
implementation project(':appthemehelper')
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation(libs.gridLayout)
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation 'androidx.annotation:annotation:1.6.0'