2022-02-09 17:28:40 +01:00
|
|
|
plugins {
|
|
|
|
id("com.android.library")
|
|
|
|
}
|
2021-05-11 22:14:56 +02:00
|
|
|
apply from: "../../common.gradle"
|
2021-02-12 21:00:39 +01:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
|
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
2022-02-23 00:22:51 +01:00
|
|
|
implementation "androidx.viewpager2:viewpager2:$viewPager2Version"
|
|
|
|
implementation "com.google.android.material:material:$googleMaterialVersion"
|
2021-02-12 21:00:39 +01:00
|
|
|
}
|