Skip to content

Commit

Permalink
Prepare for release 1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Makhno committed Oct 19, 2022
1 parent 56f14f0 commit e809588
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ https://developer.android.com/studio/command-line/bundletool

## Releases

Latest release: [1.11.3](https://github.com/google/bundletool/releases)
Latest release: [1.12.0](https://github.com/google/bundletool/releases)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 1.11.3
release_version = 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
These resources are needed when building the archived app

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public final class BundleToolVersion {

private static final String CURRENT_VERSION = "1.11.3";
private static final String CURRENT_VERSION = "1.12.0";

/** Returns the version of BundleTool being run. */
public static Version getCurrentVersion() {
Expand Down
Binary file not shown.

0 comments on commit e809588

Please sign in to comment.