更新版本号至1.2.3

This commit is contained in:
乌堆小透明
2022-03-02 13:51:19 +08:00
parent 5dadd3fecd
commit 76b67250e1
4 changed files with 5 additions and 11 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.lt2333.simplicitytools" applicationId = "com.lt2333.simplicitytools"
minSdk = 31 minSdk = 31
targetSdk = 32 targetSdk = 32
versionCode = 23 versionCode = 24
versionName = "1.2.2" versionName = "1.2.3"
} }
buildTypes { buildTypes {
@@ -56,7 +56,7 @@ android {
} }
dependencies { dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.3") // implementation("androidx.constraintlayout:constraintlayout:2.1.3")
//API //API
compileOnly("de.robv.android.xposed:api:82") compileOnly("de.robv.android.xposed:api:82")
//UI //UI

View File

@@ -496,7 +496,7 @@ class SettingsActivity : MIUIActivity() {
onClickListener = { onClickListener = {
try { try {
val uri = 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) val intent = Intent(Intent.ACTION_VIEW, uri)
startActivity(intent) startActivity(intent)
} catch (e: Exception) { } catch (e: Exception) {

View File

@@ -38,7 +38,7 @@
<string name="dev_coolapk">开发者酷安</string> <string name="dev_coolapk">开发者酷安</string>
<string name="dev_coolapk_name">\@乌堆小透明</string> <string name="dev_coolapk_name">\@乌堆小透明</string>
<string name="opensource">开源仓库</string> <string name="opensource">开源仓库</string>
<string name="github_url">欢迎更多开发者加入到我们的项目当中</string> <string name="github_url">欢迎更多开发者共同参与开发</string>
<string name="issues">反馈/提议</string> <string name="issues">反馈/提议</string>
<string name="issues_url">点击查看GitHub Issues</string> <string name="issues_url">点击查看GitHub Issues</string>
<string name="xposeddescription">基于 MIUI13(Android 12) 适配的自定义工具</string> <string name="xposeddescription">基于 MIUI13(Android 12) 适配的自定义工具</string>

View File

@@ -1,6 +0,0 @@
# 第三方开源申明
ThirdPartyOpenSourceStatement
##### GNU General Public License v2.0
CorePatch - LSPosed
https://github.com/LSPosed/CorePatch