mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-23 17:25:54 +08:00
初步完成应用编译资源。
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# WinBoLL
|
||||
# MyElectricKettle
|
||||
# 我的电热水壶
|
||||
|
||||
#### 介绍
|
||||
WinBoLL 网站浏览器。
|
||||
MyElectricKettle – a reminder task for when the water-boiling process is complete.
|
||||
我的电热水壶是一个电热水壶的煲水完成状态提醒任务。
|
||||
|
||||
#### 软件架构
|
||||
适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。
|
||||
|
||||
@@ -23,7 +23,7 @@ android {
|
||||
buildToolsVersion "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "cc.winboll.studio.mywinboll"
|
||||
applicationId "cc.winboll.studio.myelectrickettle"
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
//1. Android 官方规则
|
||||
@@ -99,12 +99,12 @@ dependencies {
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
api 'cc.winboll.studio:libappbase:15.20.34'
|
||||
api 'cc.winboll.studio:libaes:15.20.17'
|
||||
//api 'cc.winboll.studio:libappbase:15.20.34'
|
||||
//api 'cc.winboll.studio:libaes:15.20.17'
|
||||
|
||||
// 备用库 jitpack.io 地址
|
||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'
|
||||
//api 'com.github.ZhanGSKen:libaes:aes-v15.20.16'
|
||||
api 'com.github.ZhanGSKen:libappbase:appbase-v15.21.+'
|
||||
api 'com.github.ZhanGSKen:libaes:aes-v15.21.+'
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Tue Aug 18 14:45:05 HKT 2026
|
||||
#Sat Aug 22 12:28:23 GMT 2026
|
||||
stageCount=0
|
||||
libraryProject=
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.0
|
||||
buildCount=12
|
||||
buildCount=16
|
||||
baseBetaVersion=15.20.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">MyWinBoLL +</string>
|
||||
<string name="app_name">MyElectricKettle +</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="cc.winboll.studio.mywinboll">
|
||||
package="cc.winboll.studio.myelectrickettle">
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:icon="@drawable/myelectrickettle_logo"
|
||||
android:roundIcon="@drawable/myelectrickettle_logo"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyAppTheme"
|
||||
android:resizeableActivity="true"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package cc.winboll.studio.mywinboll;
|
||||
package cc.winboll.studio.myelectrickettle;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.ClipData;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package cc.winboll.studio.mywinboll;
|
||||
package cc.winboll.studio.myelectrickettle;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.Menu;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
@@ -21,7 +21,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="MyWinBoLL"
|
||||
android:text="MyElectricKettle"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">MyWinBoLL</string>
|
||||
<string name="app_name">MyElectricKettle</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user