Skip to content

Commit

Permalink
Merge pull request #194 from chillibits/dev
Browse files Browse the repository at this point in the history
Release of version 2.7.1 (Hotfix)
  • Loading branch information
marcauberer committed Jul 31, 2021
2 parents 64eb2f9 + d4af83d commit 0342fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.mrgames13.jimdo.colorconverter"
minSdkVersion 21
targetSdkVersion 30
versionCode 2700
versionName "2.7.0"
versionCode 2701
versionName "2.7.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_rename.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:maxLength="4"
android:maxLength="100"
android:inputType="textCapWords"
android:imeOptions="actionNext"
android:selectAllOnFocus="true"
Expand Down

0 comments on commit 0342fc5

Please sign in to comment.