updating commons

This commit is contained in:
tibbi 2022-02-09 20:23:28 +01:00
parent f4678f2f95
commit cc484ca0d6
3 changed files with 7 additions and 3 deletions

View File

@ -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'
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">true</bool>
</resources>

View File

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