mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 12:55:46 +08:00
移除 libwinboll模块
This commit is contained in:
@@ -72,7 +72,6 @@ libaes
|
|||||||
libappbase
|
libappbase
|
||||||
libdebugtemp
|
libdebugtemp
|
||||||
libgpsrelaysentinel
|
libgpsrelaysentinel
|
||||||
libwinboll
|
|
||||||
local.properties-demo
|
local.properties-demo
|
||||||
mymessagemanager
|
mymessagemanager
|
||||||
positions
|
positions
|
||||||
@@ -158,7 +157,7 @@ echo -e "## 对象列表结束
|
|||||||
|
|
||||||
## 合并 APP 项目
|
## 合并 APP 项目
|
||||||
MERGE_APP_PROJECT_LIST=(
|
MERGE_APP_PROJECT_LIST=(
|
||||||
DemoAPP
|
WinBoLL
|
||||||
)
|
)
|
||||||
echo -e "#@@@ 开始合并应用型模块源码 @@@#
|
echo -e "#@@@ 开始合并应用型模块源码 @@@#
|
||||||
## 目标合并对象列表:"
|
## 目标合并对象列表:"
|
||||||
@@ -173,7 +172,6 @@ done
|
|||||||
|
|
||||||
## 合并 LIB 项目
|
## 合并 LIB 项目
|
||||||
MERGE_LIB_PROJECT_LIST=(
|
MERGE_LIB_PROJECT_LIST=(
|
||||||
WinBoLL
|
|
||||||
APPBase
|
APPBase
|
||||||
AES
|
AES
|
||||||
)
|
)
|
||||||
@@ -189,4 +187,4 @@ git checkout origin/$item_lower $item_lower lib$item_lower
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo '正在推送 Projects_Keeper 项目'
|
echo '正在推送 Projects_Keeper 项目'
|
||||||
git push
|
git push
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ libaes
|
|||||||
libappbase
|
libappbase
|
||||||
libdebugtemp
|
libdebugtemp
|
||||||
libgpsrelaysentinel
|
libgpsrelaysentinel
|
||||||
libwinboll
|
|
||||||
local.properties-demo
|
local.properties-demo
|
||||||
mymessagemanager
|
mymessagemanager
|
||||||
positions
|
positions
|
||||||
@@ -98,7 +97,7 @@ check_diff
|
|||||||
echo -e "#@@@ 按时间获取最新标签合并模块源码 @@@#"
|
echo -e "#@@@ 按时间获取最新标签合并模块源码 @@@#"
|
||||||
|
|
||||||
# 应用型模块
|
# 应用型模块
|
||||||
MERGE_APP_PROJECT_LIST=(DemoAPP)
|
MERGE_APP_PROJECT_LIST=(WinBoLL)
|
||||||
echo -e "---------- 应用型模块 ----------"
|
echo -e "---------- 应用型模块 ----------"
|
||||||
for name in "${MERGE_APP_PROJECT_LIST[@]}";do
|
for name in "${MERGE_APP_PROJECT_LIST[@]}";do
|
||||||
low_name=$(echo "$name" | tr 'A-Z' 'a-z')
|
low_name=$(echo "$name" | tr 'A-Z' 'a-z')
|
||||||
@@ -120,7 +119,7 @@ for name in "${MERGE_APP_PROJECT_LIST[@]}";do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# 类库模块
|
# 类库模块
|
||||||
MERGE_LIB_PROJECT_LIST=(WinBoLL APPBase AES)
|
MERGE_LIB_PROJECT_LIST=(APPBase AES)
|
||||||
echo -e "---------- 类库模块 ----------"
|
echo -e "---------- 类库模块 ----------"
|
||||||
for name in "${MERGE_LIB_PROJECT_LIST[@]}";do
|
for name in "${MERGE_LIB_PROJECT_LIST[@]}";do
|
||||||
low_name=$(echo "$name" | tr 'A-Z' 'a-z')
|
low_name=$(echo "$name" | tr 'A-Z' 'a-z')
|
||||||
|
|||||||
1
libwinboll/.gitignore
vendored
1
libwinboll/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
/build
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
apply plugin: 'com.android.library'
|
|
||||||
apply plugin: 'maven-publish'
|
|
||||||
apply from: '../.winboll/winboll_lib_build.gradle'
|
|
||||||
apply from: '../.winboll/winboll_lint_build.gradle'
|
|
||||||
|
|
||||||
android {
|
|
||||||
// 适配MIUI12
|
|
||||||
compileSdkVersion 30
|
|
||||||
buildToolsVersion "30.0.3"
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
minSdkVersion 26
|
|
||||||
targetSdkVersion 30
|
|
||||||
}
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
|
||||||
}
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
minifyEnabled false
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
// 网络连接类库
|
|
||||||
api 'com.squareup.okhttp3:okhttp:4.4.1'
|
|
||||||
// Gson
|
|
||||||
api 'com.google.code.gson:gson:2.8.9'
|
|
||||||
// Html 解析
|
|
||||||
api 'org.jsoup:jsoup:1.13.1'
|
|
||||||
// 添加JSch依赖(SFTP核心,com.jcraft:jsch:0.1.54)
|
|
||||||
api 'com.jcraft:jsch:0.1.54'
|
|
||||||
|
|
||||||
// 米盟
|
|
||||||
//api 'com.miui.zeus:mimo-ad-sdk:5.3.+'//请使用最新版sdk
|
|
||||||
//注意:以下5个库必须要引入
|
|
||||||
//implementation 'androidx.appcompat:appcompat:1.4.1'
|
|
||||||
api 'androidx.recyclerview:recyclerview:1.0.0'
|
|
||||||
api 'com.google.code.gson:gson:2.8.5'
|
|
||||||
api 'com.github.bumptech.glide:glide:4.9.0'
|
|
||||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
|
||||||
|
|
||||||
// WinBoLL库 nexus.winboll.cc 地址
|
|
||||||
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 fileTree(dir: 'libs', include: ['*.jar'])
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
|
||||||
#Wed Jul 01 01:46:46 CST 2026
|
|
||||||
stageCount=9
|
|
||||||
libraryProject=libwinboll
|
|
||||||
baseVersion=15.20
|
|
||||||
publishVersion=15.20.8
|
|
||||||
buildCount=4
|
|
||||||
baseBetaVersion=15.20.9
|
|
||||||
17
libwinboll/proguard-rules.pro
vendored
17
libwinboll/proguard-rules.pro
vendored
@@ -1,17 +0,0 @@
|
|||||||
# Add project specific ProGuard rules here.
|
|
||||||
# By default, the flags in this file are appended to flags specified
|
|
||||||
# in C:/tools/adt-bundle-windows-x86_64-20131030/sdk/tools/proguard/proguard-android.txt
|
|
||||||
# You can edit the include path and order by changing the proguardFiles
|
|
||||||
# directive in build.gradle.
|
|
||||||
#
|
|
||||||
# For more details, see
|
|
||||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
||||||
|
|
||||||
# Add any project specific keep options here:
|
|
||||||
|
|
||||||
# If your project uses WebView with JS, uncomment the following
|
|
||||||
# and specify the fully qualified class name to the JavaScript interface
|
|
||||||
# class:
|
|
||||||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
||||||
# public *;
|
|
||||||
#}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
package="cc.winboll.studio.libwinboll" >
|
|
||||||
|
|
||||||
<application>
|
|
||||||
<activity
|
|
||||||
android:name=".WinBoLLLibraryActivity">
|
|
||||||
</activity>
|
|
||||||
</application>
|
|
||||||
|
|
||||||
</manifest>
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
package cc.winboll.studio.libwinboll;
|
|
||||||
|
|
||||||
import android.app.Activity;
|
|
||||||
import android.os.Bundle;
|
|
||||||
import cc.winboll.studio.libappbase.ToastUtils;
|
|
||||||
|
|
||||||
public class WinBoLLLibraryActivity extends Activity
|
|
||||||
{
|
|
||||||
@Override
|
|
||||||
protected void onCreate(Bundle savedInstanceState)
|
|
||||||
{
|
|
||||||
super.onCreate(savedInstanceState);
|
|
||||||
setContentView(R.layout.activity_winbolllibrary);
|
|
||||||
|
|
||||||
ToastUtils.show("WinBoLLLibraryActivity onCreate");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
@@ -1,11 +0,0 @@
|
|||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:gravity="center">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="cc.winboll.studio.libwinboll.WinBoLLLibraryActivity"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<style name="AppTheme" parent="@android:style/Theme.Material.Light">
|
|
||||||
</style>
|
|
||||||
</resources>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
|
|
||||||
<string name="lib_name">libwinboll</string>
|
|
||||||
<string name="hello_world">Hello world!</string>
|
|
||||||
|
|
||||||
</resources>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<style name="AppTheme" parent="@android:style/Theme.Holo.Light">
|
|
||||||
</style>
|
|
||||||
</resources>
|
|
||||||
@@ -72,7 +72,6 @@
|
|||||||
|
|
||||||
// WinBoLL 项目编译设置
|
// WinBoLL 项目编译设置
|
||||||
//include ':winboll'
|
//include ':winboll'
|
||||||
//include ':libwinboll'
|
|
||||||
//rootProject.name = "winboll"
|
//rootProject.name = "winboll"
|
||||||
|
|
||||||
// RegExpUtils 项目编译设置
|
// RegExpUtils 项目编译设置
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':libwinboll')
|
|
||||||
api 'com.google.code.gson:gson:2.10.1'
|
api 'com.google.code.gson:gson:2.10.1'
|
||||||
|
|
||||||
// 下拉控件
|
// 下拉控件
|
||||||
@@ -97,8 +96,8 @@ dependencies {
|
|||||||
implementation 'androidx.biometric:biometric:1.1.0'
|
implementation 'androidx.biometric:biometric:1.1.0'
|
||||||
|
|
||||||
// WinBoLL库 nexus.winboll.cc 地址
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
api 'cc.winboll.studio:libappbase:15.20.33'
|
api 'cc.winboll.studio:libappbase:15.20.34'
|
||||||
api 'cc.winboll.studio:libaes:15.20.16'
|
api 'cc.winboll.studio:libaes:15.20.17'
|
||||||
|
|
||||||
// 备用库 jitpack.io 地址
|
// 备用库 jitpack.io 地址
|
||||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'
|
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Jul 01 01:46:46 CST 2026
|
#Tue Jun 30 19:03:41 GMT 2026
|
||||||
stageCount=9
|
stageCount=9
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
|
|||||||
Reference in New Issue
Block a user