init: 河南女子职业学院智慧学工考勤签到 Android 应用

功能包含:学生登录、微信授权、自定义GPS签到、预设管理、历史记录

开发者:凡笙

Made-with: Cursor
This commit is contained in:
2026-03-14 23:20:43 +08:00
commit b4b190e23c
34 changed files with 2521 additions and 0 deletions

16
settings.gradle Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "GPSPunchApp"
include ':app'