We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eced63 + d22cc73 commit 00bdbf8Copy full SHA for 00bdbf8
example/build.gradle
@@ -21,8 +21,8 @@ android {
21
applicationId "dev.hossain.ynaash.example"
22
minSdkVersion rootProject.ext.androidMinSdkVersion
23
targetSdkVersion rootProject.ext.androidTargetSdkVersion
24
- versionCode 3
25
- versionName "1.2"
+ versionCode 4
+ versionName "1.3"
26
27
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
28
}
0 commit comments