Skip to content

Commit f234879

Browse files
committed
[BUMP] For demo release
1 parent e717673 commit f234879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "dev.hossain.ynaash.example"
2222
minSdkVersion rootProject.ext.androidMinSdkVersion
2323
targetSdkVersion rootProject.ext.androidTargetSdkVersion
24-
versionCode 2
25-
versionName "1.1"
24+
versionCode 3
25+
versionName "1.2"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
}

0 commit comments

Comments
 (0)