Update to androidx

This commit is contained in:
2024-03-01 16:15:35 +01:00
parent be4cc7c68a
commit b301cb3029
22 changed files with 32 additions and 40 deletions

View File

@ -30,5 +30,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
}