This commit is contained in:
robin
2026-03-05 19:45:50 +08:00
parent 491ade1bc3
commit fb8348ef47
39 changed files with 513 additions and 174 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
android {
namespace 'com.new.ams.httpdns'
namespace 'com.trustapp.ams.httpdns'
compileSdkVersion 34
defaultConfig {
@@ -27,7 +27,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'com.new.ams:new-android-httpdns:2.6.7'
implementation 'com.newsdk.ams:new-android-httpdns:1.0.0'
}