mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
更新版本号至1.2.3
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "com.lt2333.simplicitytools"
|
||||
minSdk = 31
|
||||
targetSdk = 32
|
||||
versionCode = 23
|
||||
versionName = "1.2.2"
|
||||
versionCode = 24
|
||||
versionName = "1.2.3"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -56,7 +56,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
|
||||
// implementation("androidx.constraintlayout:constraintlayout:2.1.3")
|
||||
//API
|
||||
compileOnly("de.robv.android.xposed:api:82")
|
||||
//UI
|
||||
|
||||
@@ -496,7 +496,7 @@ class SettingsActivity : MIUIActivity() {
|
||||
onClickListener = {
|
||||
try {
|
||||
val uri =
|
||||
Uri.parse("https://github.com/LittleTurtle2333/SimplicityTools/tree/main/doc/ThirdPartyOpenSourceStatement.md")
|
||||
Uri.parse("https://github.com/LittleTurtle2333/SimplicityTools#%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BC%80%E6%BA%90%E5%BC%95%E7%94%A8")
|
||||
val intent = Intent(Intent.ACTION_VIEW, uri)
|
||||
startActivity(intent)
|
||||
} catch (e: Exception) {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<string name="dev_coolapk">开发者酷安</string>
|
||||
<string name="dev_coolapk_name">\@乌堆小透明</string>
|
||||
<string name="opensource">开源仓库</string>
|
||||
<string name="github_url">欢迎更多开发者加入到我们的项目当中</string>
|
||||
<string name="github_url">欢迎更多开发者共同参与开发</string>
|
||||
<string name="issues">反馈/提议</string>
|
||||
<string name="issues_url">点击查看GitHub Issues</string>
|
||||
<string name="xposeddescription">基于 MIUI13(Android 12) 适配的自定义工具</string>
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# 第三方开源申明
|
||||
ThirdPartyOpenSourceStatement
|
||||
|
||||
##### GNU General Public License v2.0 :
|
||||
CorePatch - LSPosed
|
||||
https://github.com/LSPosed/CorePatch
|
||||
Reference in New Issue
Block a user