Add tool Base Converter.

This commit is contained in:
2023-01-11 16:35:38 +08:00
parent d5d12fa54c
commit 0e5567a072
19 changed files with 520 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'com.mikepenz.aboutlibraries.plugin' version '10.3.1' apply false
}