fix: app crash when a timer callback throws exception on main thread; feat: umeng ads

This commit is contained in:
hyb1996
2018-09-15 14:04:01 +08:00
parent 02c64cd7b1
commit a3ae309742
15 changed files with 129 additions and 161 deletions

View File

@@ -149,5 +149,5 @@ dependencies {
compile project(':automator')
compile project(':common')
compile project(':autojs')
implementation 'com.google.android.gms:play-services-ads:11.8.0'
implementation (name: 'ads8', ext: 'aar')
}