Ultra Commit

This commit is contained in:
2025-03-25 22:25:14 +08:00
parent 8443a94b73
commit f85bc1c2a6
75 changed files with 5720 additions and 42 deletions

View File

@@ -4,14 +4,14 @@ plugins {
android {
namespace 'org.astral.findmaimaiultra'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "org.astral.findmaimaiultra"
minSdk 30
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
versionName "1.6.0 Ultra"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -72,4 +72,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
}