Skip to content

Commit

Permalink
Bumped version to 2.16alpha12 @branch-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored and Akshay0701 committed Aug 27, 2021
1 parent 656c315 commit e5df946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
//
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
// needed for upgrades to be offered correctly.
versionCode=21600111
versionName="2.16alpha11"
versionCode=21600112
versionName="2.16alpha12"
minSdkVersion 21
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 29 // change .travis.yml platform download at same time
Expand Down
1 change: 0 additions & 1 deletion AnkiDroid/src/main/java/com/ichi2/anki/FieldEditLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private void init() {
}

this.mExpansionState = ExpansionState.EXPANDED;

setExpanderBackgroundImage();
mExpandButton.setOnClickListener((v) -> toggleExpansionState());
mEditText.init();
Expand Down

0 comments on commit e5df946

Please sign in to comment.