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()