forked from tunitowen/DevDrawer
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 4
Update dependency com.github.triplet.gradle:play-publisher to v3.12.1 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            renovate
  wants to merge
  1
  commit into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
renovate/com.github.triplet.gradle-play-publisher-3.x
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            Update dependency com.github.triplet.gradle:play-publisher to v3.12.1 #20
                    renovate
  wants to merge
  1
  commit into
  master
from
renovate/com.github.triplet.gradle-play-publisher-3.x
  
      
      
   
              
            Conversation
  
    
      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
    
  
  
    
    7119a0b    to
    1c967d0      
    Compare
  
    1c967d0    to
    1c4946b      
    Compare
  
        
          auto-merge was automatically disabled
    April 3, 2023 23:49           
Pull request was closed
1c4946b    to
    255461c      
    Compare
  
    255461c    to
    0f39390      
    Compare
  
    0f39390    to
    ad9681b      
    Compare
  
    ad9681b    to
    b1126f3      
    Compare
  
    b1126f3    to
    7c831a4      
    Compare
  
    7c831a4    to
    2d9ee36      
    Compare
  
    2d9ee36    to
    bbb7782      
    Compare
  
    bbb7782    to
    e669378      
    Compare
  
    e669378    to
    c4323df      
    Compare
  
    c4323df    to
    53988ae      
    Compare
  
    53988ae    to
    d4ff22e      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
3.4.0-agp4.2->3.12.1Release Notes
Triple-T/gradle-play-publisher (com.github.triplet.gradle:play-publisher)
v3.12.1: Gradle Play Publisher 3.12.1Compare Source
What's Changed
New Contributors
Full Changelog: Triple-T/gradle-play-publisher@3.12.0...3.12.1
v3.12.0: Gradle Play Publisher 3.12.0Compare Source
What's Changed
New Contributors
Full Changelog: Triple-T/gradle-play-publisher@3.11.0...3.12.0
v3.11.0: Gradle Play Publisher 3.11.0Compare Source
An attempt was made to support different form factors, but unfortunately the Play Publisher API is not cooperating so this feature does not work yet. See #1088 (comment) for more context.
v3.10.1: Gradle Play Publisher 3.10.1Compare Source
Fixed a crash bootstraping when no subscriptions exist.
v3.10.0: Gradle Play Publisher 3.10.0Compare Source
What's Changed
New Contributors
Full Changelog: Triple-T/gradle-play-publisher@3.9.1...3.10.0
v3.9.1: Gradle Play Publisher 3.9.1Compare Source
Support track names containing colons. #1122
v3.9.0: Gradle Play Publisher 3.9.0Compare Source
v3.8.6: Gradle Play Publisher 3.8.6Compare Source
Fixed out-of-date version code conflict detection.
v3.8.5: Gradle Play Publisher 3.8.5Compare Source
Take release notes from less stable track if none are locally present.
v3.8.4: Gradle Play Publisher 3.8.4Compare Source
Dependency updates: #1090
v3.8.3: Gradle Play Publisher 3.8.3Compare Source
Take 2 on fixing cache configuration issues.
v3.8.2: Gradle Play Publisher 3.8.2Compare Source
Fixed an issue with Gradle 8.1: #1084v3.8.1: Gradle Play Publisher 3.8.1Compare Source
ResolutionStrategy.AUTO_OFFSETwhich performs simpler calculations (i.e. adds the local version code to the remote version code). #879v3.8.0Compare Source
v3.7.0: Gradle Play Publisher 3.7.0Compare Source
Bug fixes
ResolutionStrategy.IGNOREchecks have been updated to work with new API responsesImprovements
v3.7.0-agp4.2: Gradle Play Publisher 3.7.0-agp4.2Compare Source
This release is identical-ish to v3.7.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v4.2.x. There are no known bugs.
It also includes a fix for Gradle 6.9: #1023.
v3.6.0: Gradle Play Publisher 3.6.0Compare Source
Bug fixes
sendChangesForReviewerrorImprovements
v3.6.0-agp4.2: Gradle Play Publisher 3.6.0-agp4.2Compare Source
This release is identical to v3.6.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v4.2.x. There are no known bugs.
v3.5.0: Gradle Play Publisher 3.5.0Compare Source
Bug fixes
playConfigs. This is now fixed.Improvements
./gradlew tasks --group publishingto view available tasks.bootstraptask was renamed tobootstrapListingwhilepublish$variantwas renamed topublish${variant}Apps.v3.5.0-agp7.0: Gradle Play Publisher 3.5.0-agp7.0Compare Source
This release is identical to v3.5.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v7.0.x. There are no known bugs.
v3.4.0: Gradle Play Publisher 3.4.0Compare Source
Improvements
[timestamp].json, the name is now[apk-file-name].json.v3.4.0-agp7.0: Gradle Play Publisher 3.4.0-agp7.0Compare Source
This release is identical to v3.4.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v7.0.x. There are no known bugs.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.