Added tool IP Query.

This commit is contained in:
2022-09-27 18:46:16 +08:00
parent 09eeab35c4
commit 95124ad291
26 changed files with 437 additions and 13 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.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'com.mikepenz.aboutlibraries.plugin' version '10.3.1' apply false
}