Skip to content

Commit

Permalink
updated version for androidx builds and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheeraws committed Feb 5, 2023
1 parent 640d462 commit ead63de
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -10,8 +10,8 @@ android {
applicationId "nl.rogro82.pipup"
minSdkVersion 24
targetSdkVersion 31
versionCode 6
versionName "0.1.5-beta"
versionCode 0
versionName "1"
}
buildTypes {
release {
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ Form-fields:
| 3 | BottomLeft |
| 4 | Center |

Color-properties are in `[AA]RRGGBB` where the alpha channel is optional e.g. #FFFFFF or #CCFFFFFF
Color-properties are in `[AA]RRGGBB` where the alpha channel is optional e.g. #FFFFFF or #CCFFFFFF


### Contributors:
- Zaheer <[email protected]>

0 comments on commit ead63de

Please sign in to comment.