Skip to content

Commit

Permalink
Bump to aapt2 4.1.1-6503028 (#5412)
Browse files Browse the repository at this point in the history
Context: https://mvnrepository.com/artifact/com.android.tools.build/aapt2/4.1.1-6503028
Context: https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/tools/aapt2/

The result of `aapt2 version` changed:

    -Android Asset Packaging Tool (aapt) 2.19-6051327
    +Android Asset Packaging Tool (aapt) 2.19-6503028

The best release note I could find are:

https://android.googlesource.com/platform/frameworks/base/+/master/tools/aapt2/readme.md

The third "build number", seems to map to the versions on Maven:

    -compile group: 'com.android.tools.build', name: 'aapt2', version: '4.0.0-6051327', ext: 'pom'
    +compile group: 'com.android.tools.build', name: 'aapt2', version: '4.1.1-6503028', ext: 'pom'
  • Loading branch information
jonathanpeppers authored Dec 15, 2020
1 parent 97bbdd4 commit 425fc07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/release-notes/aapt2-4.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### aapt2 update to 4.1.1

The version of the [aapt2](https://developer.android.com/studio/command-line/aapt2)
command-line tool has been updated from 4.0.0 to 4.1.1.
2 changes: 1 addition & 1 deletion src/aapt2/aapt2.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask AssemblyFile="$(PrepTasksAssembly)" TaskName="Xamarin.Android.BuildTools.PrepTasks.DownloadUri" />
<PropertyGroup>
<Aapt2Version>4.0.0-6051327</Aapt2Version>
<Aapt2Version>4.1.1-6503028</Aapt2Version>
<_Destination>$(XAInstallPrefix)xbuild\Xamarin\Android\</_Destination>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 425fc07

Please sign in to comment.