We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd2581 commit 334eab2Copy full SHA for 334eab2
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.github.iamrezamousavi.mafia"
16
minSdk = 19
17
targetSdk = 34
18
- versionCode = 1
19
- versionName = "0.1.0"
+ versionCode = 20
+ versionName = "0.2.0"
20
21
multiDexEnabled = true
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,4 @@
1
+- add about page
2
+- impl narrator page
3
+- add some hint messages
4
+- update dependencies
0 commit comments