From cc484ca0d68123225bb0a1c5486a1d3f1b68d621 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 9 Feb 2022 20:23:28 +0100 Subject: [PATCH] updating commons --- app/build.gradle | 4 ++-- app/src/fdroid/res/values/bools.xml | 4 ++++ build.gradle | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 app/src/fdroid/res/values/bools.xml diff --git a/app/build.gradle b/app/build.gradle index 2417f61..aa34194 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,10 +62,10 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f84b3a7e61' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.github.Armen101:AudioRecordView:1.0.4' implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' } diff --git a/app/src/fdroid/res/values/bools.xml b/app/src/fdroid/res/values/bools.xml new file mode 100644 index 0000000..e966e65 --- /dev/null +++ b/app/src/fdroid/res/values/bools.xml @@ -0,0 +1,4 @@ + + + true + diff --git a/build.gradle b/build.gradle index d485965..f1feae0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.5.31' + ext.kotlin_version = '1.6.10' repositories { google() jcenter()