aa_chart_core/build.gradle
@@ -1,8 +1,9 @@ apply plugin: 'com.android.library' android { compileSdkVersion 33 namespace 'com.github.AAChartModel.AAChartCore' // 替换为你的包名 defaultConfig { minSdkVersion 23 targetSdkVersion 33 aa_chart_core/src/main/AndroidManifest.xml
@@ -1,3 +1,3 @@ <manifest package="com.github.AAChartModel.AAChartCore" xmlns:android="http://schemas.android.com/apk/res/android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> </manifest> app/build.gradle
@@ -11,6 +11,7 @@ ] android { namespace 'com.hdl.photovoltaic' // 替换为你的包名 signingConfigs { debug { storeFile file('../keystore/Untitled') @@ -26,6 +27,7 @@ } } compileSdk 35 buildToolsVersion "35.0.0" defaultConfig { applicationId "com.hdl.photovoltaic" minSdk 23 @@ -115,6 +117,11 @@ sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } // 启用 BuildConfig 生成 buildFeatures { buildConfig true } } //构建时间 static def generateTime() { @@ -139,7 +146,7 @@ implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.navigation:navigation-fragment:2.3.5' @@ -167,7 +174,6 @@ implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'//1.0.4 //okhttp 打印 implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1' //Eventbus事件发布与接收 implementation 'org.greenrobot:eventbus:3.3.1' //屏幕适配库 app/libs/Bluetooth-release.aarBinary files differ
app/libs/DCUniMPSDK-V2-release.aarBinary files differ
app/libs/android-gif-drawable-1.2.28.aarBinary files differ
app/libs/android-gif-drawable-1.2.29.aarBinary files differ
app/libs/audio-mp3aac-release.aarBinary files differ
app/libs/breakpad-build-release.aarBinary files differ
app/libs/contacts-release.aarBinary files differ
app/libs/debug-server-release.aarBinary files differ
app/libs/fcm-3.1.2.aarBinary files differ
app/libs/fingerprint-release.aarBinary files differ
app/libs/geolocation-amap-release.aarBinary files differ
app/libs/geolocation-baidu-release.aarBinary files differ
app/libs/iBeacon-release.aarBinary files differ
app/libs/install-apk-release.aarBinary files differ
app/libs/map-amap-release.aarBinary files differ
app/libs/media-livepusher-release.aarBinary files differ
app/libs/media-release.aarBinary files differ
app/libs/messaging-release.aarBinary files differ
app/libs/oauth-facebook-release.aarBinary files differ
app/libs/oauth-google-release.aarBinary files differ
app/libs/oauth-qq-release.aarBinary files differ
app/libs/oauth-sina-release.aarBinary files differ
app/libs/oauth-weixin-release.aarBinary files differ
app/libs/payment-alipay-release.aarBinary files differ
app/libs/payment-weixin-release.aarBinary files differ
app/libs/share-qq-release.aarBinary files differ
app/libs/share-sina-release.aarBinary files differ
app/libs/share-weixin-release.aarBinary files differ
app/libs/speech-release.aarBinary files differ
app/libs/speech_baidu-release.aarBinary files differ
app/libs/sqlite-release.aarBinary files differ
app/libs/statistic-google-release.aarBinary files differ
app/libs/statistic-release.aarBinary files differ
app/libs/statistic-umeng-release.aarBinary files differ
app/libs/uniMPSDK-V2-release.aarBinary files differ
app/libs/uniapp-v8-release.aarBinary files differ
app/libs/webview-x5-release.aarBinary files differ
app/libs/weex_gcanvas-release.aarBinary files differ
app/libs/weex_livepusher-release.aarBinary files differ
app/libs/weex_videoplayer-release.aarBinary files differ
app/libs/weex_webview-x5-release.aarBinary files differ
app/src/main/AndroidManifest.xml
@@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.hdl.photovoltaic"> xmlns:tools="http://schemas.android.com/tools"> <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" app/src/main/java/com/hdl/photovoltaic/widget/TypeTitleListDialog.java
@@ -25,7 +25,7 @@ import java.util.List; import io.dcloud.common.util.DensityUtils; //import io.dcloud.common.util.DensityUtils; public class TypeTitleListDialog extends BaseDialog { build.gradle
@@ -18,12 +18,12 @@ } dependencies { classpath "com.android.tools.build:gradle:$agp_version" classpath 'com.android.tools.build:gradle:8.7.3' classpath 'io.github.didi.dokit:dokitx-plugin:3.5.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files //增加AGC插件配置,以便能同步“agconnect-services.json”文件中的信息.(华为极光推送) classpath 'com.huawei.agconnect:agcp:1.6.1.300' classpath 'com.huawei.agconnect:agcp:1.9.1.300' classpath 'com.google.gms:google-services:4.3.15' // Google Services 插件 } } countrypicker/build.gradle
@@ -2,6 +2,7 @@ android { compileSdkVersion 33 namespace 'com.sahooz.library.countrypicker' // 替换为你的包名 defaultConfig { minSdkVersion 15 @@ -26,9 +27,9 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', { exclude group: 'com.android.support', module: 'support-annotations' }) // androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', { // exclude group: 'com.android.support', module: 'support-annotations' // }) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' testImplementation 'junit:junit:4.12' countrypicker/src/main/AndroidManifest.xml
@@ -1,5 +1,3 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sahooz.library.countrypicker"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> </manifest> gradle.properties
@@ -21,4 +21,4 @@ android.nonTransitiveRClass=true # 可以将v4,v7库转成Android X android.enableJetifier=true android.bundle.enableUncompressedNativeLibs=false #android.bundle.enableUncompressedNativeLibs=false gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@ #Wed Mar 19 11:08:39 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists local.properties
@@ -4,5 +4,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. #Mon Dec 01 11:49:43 CST 2025 sdk.dir=/Users/user/Library/Android/sdk #Tue Dec 30 11:47:09 CST 2025 sdk.dir=/Users/hxb/Library/Android/sdk pickerview/build.gradle
@@ -5,6 +5,7 @@ android { compileSdkVersion 33 namespace 'com.bigkoo.pickerview' // 替换为你的包名 defaultConfig { minSdkVersion 23 pickerview/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.bigkoo.pickerview"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> </manifest> sdk/build.gradle
@@ -4,6 +4,7 @@ android { compileSdkVersion 33 namespace 'com.hdl.sdk.link' // 替换为你的包名 defaultConfig { minSdkVersion 21 @@ -35,6 +36,10 @@ outputFileName = "com.hdl.android.debugsdk-v" + defaultConfig.versionName + ".aar" } } // 启用 BuildConfig 生成 buildFeatures { buildConfig true } } dependencies { @@ -60,33 +65,33 @@ apply plugin: 'maven-publish' afterEvaluate { publishing { publications { plugin(MavenPublication) { from components.release groupId 'com.hdl.android' version "$android.defaultConfig.versionName" artifactId = 'debugsdk' } } repositories { // //生产库 maven { url = 'https://packages.aliyun.com/maven/repository/2012126-release-Mc0DNo/' credentials { username '5f0673aa7cd41782836e7d3e' password 'lBNkb1So7zEY' } } //非生产库 maven { url = 'https://packages.aliyun.com/maven/repository/2012126-snapshot-yySdeX/' credentials { username '5f0673aa7cd41782836e7d3e' password 'lBNkb1So7zEY' } } } } // publishing { // publications { // plugin(MavenPublication) { // from components.release // groupId 'com.hdl.android' // version "$android.defaultConfig.versionName" // artifactId = 'debugsdk' // // } // } // repositories { //// //生产库 // maven { // url = 'https://packages.aliyun.com/maven/repository/2012126-release-Mc0DNo/' // credentials { // username '5f0673aa7cd41782836e7d3e' // password 'lBNkb1So7zEY' // } // } // //非生产库 // maven { // url = 'https://packages.aliyun.com/maven/repository/2012126-snapshot-yySdeX/' // credentials { // username '5f0673aa7cd41782836e7d3e' // password 'lBNkb1So7zEY' // } // } // } // } } sdk/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.sdk.link"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> </manifest> third-zxing/build.gradle
@@ -4,6 +4,7 @@ android { compileSdkVersion 33 buildToolsVersion "29.0.1" namespace 'com.zxing' // 替换为你的包名 defaultConfig { minSdkVersion 23 third-zxing/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.zxing"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application > wheelview/build.gradle
@@ -5,6 +5,7 @@ android { compileSdkVersion 33 namespace 'com.contrarywind.view' // 替换为你的包名 defaultConfig { minSdkVersion 23 wheelview/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.contrarywind.view"> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> </manifest>