Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit c6dfd30

Browse files
committed
Update SMAPI
1 parent 1d8d029 commit c6dfd30

5 files changed

Lines changed: 3 additions & 29 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# SMAPI-Android-Installer
42

53
本软件可以提供安装 SMAPI 框架到安卓系统,SMAPI 是星露谷物语的 MOD 加载框架

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId "com.zane.smapiinstaller"
12-
minSdkVersion 21
12+
minSdkVersion 24
1313
//noinspection ExpiredTargetSdkVersion
1414
targetSdkVersion 33
1515
versionCode 77

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ plugins {
2323

2424
task clean(type: Delete) {
2525
delete rootProject.buildDir
26-
}
26+
}

gradle.properties

Lines changed: 0 additions & 24 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Tue Jul 25 09:07:59 CST 2023
1+
#Sun Jun 08 23:05:48 CST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

0 commit comments

Comments
 (0)