Skip to content

Commit f1980bb

Browse files
author
Wynne Plaga
committed
Fix config issue
1 parent b4c5b0f commit f1980bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
android.useAndroidX=true

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def libVersion = '13.4.0'
3+
def libVersion = '13.4.1'
44

55
android {
66
compileSdkVersion 30

0 commit comments

Comments
 (0)