Skip to content

Commit 049188d

Browse files
committed
update : update version name and version number to 5.0.3
1 parent 6816bfd commit 049188d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
applicationId "com.banuacoders.siap"
4949
minSdkVersion 24
5050
targetSdkVersion 30
51-
versionCode 45
52-
versionName '5.0.2'
51+
versionCode 46
52+
versionName '5.0.3'
5353
}
5454

5555
signingConfigs {

lib/screen/login_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class _LoginScreenState extends State<LoginScreen> {
298298
mainAxisAlignment: MainAxisAlignment.center,
299299
children: const <Widget>[
300300
Text(
301-
'v5.0.2',
301+
'v5.0.3',
302302
style: TextStyle(
303303
color: Colors.grey,
304304
fontSize: 12.0,

lib/screen/splash_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class _SplashScreenState extends State<SplashScreen> {
198198
color: Colors.white,
199199
fontWeight: FontWeight.w700)),
200200
SizedBox(width: 2.0),
201-
Text('v5.0.2', style: TextStyle(color: Colors.white)),
201+
Text('v5.0.3', style: TextStyle(color: Colors.white)),
202202
Spacer()
203203
],
204204
),

0 commit comments

Comments
 (0)