-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question: Is https://k9mail.ci.cloudbees.com/job/master/23/ working?
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, where do these new permissions come from? I'm in the beta test group.
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, found out myself:
http://developer.android.com/reference/android/Manifest.permission.html#READ_CALL_LOG
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sm4rk0: Thanks, I will look into that. Our
targetSdkVersion
is 17, so this shouldn't happen. It must have something to do with the fact that I used Gradle instead of ant to built this version.@raoulbhatia: The Jenkins Android Emulator Plugin needs to be fixed to be able to download system images when using Android build tools v20+. That's why Job 23 wasn't built. I'm not sure when I find some time to properly fix this.
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cketti what other method would you recommended if I would like to use nightlies?
0f844fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raoulbhatia My recommendation is to only use development/alpha versions. If you really want to use the latest repository snapshot I guess creating your own builds is the most reliable way to go.