Skip to content

Commit d22cc73

Browse files
committed
[BUMP] Again looks like 1.2 is out
1 parent 7eced63 commit d22cc73

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 3
25-
versionName "1.2"
24+
versionCode 4
25+
versionName "1.3"
2626

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

0 commit comments

Comments
 (0)