mirror of https://github.com/BOINC/boinc.git
Configure project to use the AndroidX library instead of the legacy Android Support library.
This commit is contained in:
parent
f6b70aee32
commit
ece4c83e80
|
@ -74,5 +74,5 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
Loading…
Reference in New Issue