AabResGuard
AabResGuard copied to clipboard
com.bytedance.android:aabresguard-plugin:0.1.9未上传到仓库
com.bytedance.android:aabresguard-plugin:0.1.9未上传到仓库,无法通过gradle拉取到。
the lower verison can you work well?
Yes, work well for me
发自 网易邮箱大师
---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2021年09月11日 15:55 | | 收件人 | @.> | | 抄送至 | Liuzhao @.@.> | | 主题 | Re: [bytedance/AabResGuard] com.bytedance.android:aabresguard-plugin:0.1.9未上传到仓库 (#67) |
the lower verison can you work well?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
I have tried the AabResGurad from v0.1.0 to v0.1.7, but all not work .
Can you tell me your develop environment version info~ thx very much.
----these are mine----- android studio [4.1.1] gradle-plugin [4.1.3] gradle-wrapper [gradle-6.5-all.zip]
this is my error while sync https://github.com/bytedance/AabResGuard/issues/72
my dev env:
classpath "com.bytedance.android:aabresguard-plugin:0.1.8" apply from: 'resguard_aab.gradle'
I encapsulated the aab obfuscation script in resguard_aab.gradle, put this file under the app directory, and then apply from:'resguard_aab.gradle' by reference
At 2021-09-11 15:22:20, "hr1995" @.***> wrote:
I have tried the AabResGurad from v0.1.0 to v0.1.7, but all not work .
Can you tell me your develop environment version info~ thx very much.
----these are mine----- android studio [4.1.1] gradle-plugin [4.1.3] gradle-wrapper [gradle-6.5-all.zip]
this is my error while sync #72
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
repositories { maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url 'https://maven.aliyun.com/repository/jcenter' } }
At 2021-09-11 15:29:32, "taugin" @.***> wrote:
my dev env:
classpath "com.bytedance.android:aabresguard-plugin:0.1.8" apply from: 'resguard_aab.gradle'
I encapsulated the aab obfuscation script in resguard_aab.gradle, put this file under the app directory, and then apply from:'resguard_aab.gradle' by reference
At 2021-09-11 15:22:20, "hr1995" @.***> wrote:
I have tried the AabResGurad from v0.1.0 to v0.1.7, but all not work .
Can you tell me your develop environment version info~ thx very much.
----these are mine----- android studio [4.1.1] gradle-plugin [4.1.3] gradle-wrapper [gradle-6.5-all.zip]
this is my error while sync #72
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
successful, so great! It really works well.
thx very much, bro
If you have time, can I request another question. I have try aabResguardRelease command ,but the result is that the picture name in res are resguarded, but the resource name in assets are not resguarded.
And yours result is the same?thx
assets can not be resguard, because access assets need full name, once resguard, it will run exception
At 2021-09-11 15:49:34, "hr1995" @.***> wrote:
successful, so great! It really works well.
thx very much, bro
If you have time, can I request another question. I have try aabResguardRelease command ,but the result is that the picture name in res are resguarded, but the resource name in assets are not resguarded.
And yours result is the same?thx
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
no problem!
thx bro, you are so great!