This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| buildTypes { | |
| //.... | |
| debug { | |
| minifyEnabled false | |
| debuggable true | |
| proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | |
| ext.betaDistributionGroupAliases = "test-android-auto-build" | |
| ext.betaDistributionNotifications = true | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image: java:8 | |
| pipelines: | |
| branches: | |
| test: | |
| - step: | |
| caches: | |
| - gradle | |
| - android-sdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| global check_every, adDuration | |
| set check_every to 20 | |
| set adDuration to 31000 | |
| display dialog "Start to Check AD of Spotify every " & check_every & " seconds." | |
| on reopen | |
| display dialog "Start to Check AD of Spotify every " & check_every & " seconds." | |
| end reopen |