Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fix example app version
Browse files Browse the repository at this point in the history
  • Loading branch information
graszka22 committed Oct 14, 2022
1 parent 5005ecb commit d4c2f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.1.3"
versionName "2.0.0"
}
splits {
abi {
Expand Down

0 comments on commit d4c2f9a

Please sign in to comment.