We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 904b259 + e14330b commit 2ecd9ffCopy full SHA for 2ecd9ff
2 files changed
βfeature/main/src/main/AndroidManifest.xmlβ
@@ -12,6 +12,7 @@
12
<intent-filter>
13
<action android:name="android.intent.action.MAIN" />
14
15
+ <category android:name="android.intent.category.DEFAULT" />
16
<category android:name="android.intent.category.LAUNCHER" />
17
</intent-filter>
18
</activity>
βgradle/libs.versions.tomlβ
@@ -2,8 +2,8 @@
2
compileSdk = "35"
3
minSdk = "28"
4
targetSdk = "35"
5
-versionName = "1.2.0"
6
-versionCode = "102000"
+versionName = "1.2.1"
+versionCode = "102010"
7
kotlinCompilerExtensionVersion = "1.5.2"
8
jvmTarget = "1.8"
9
0 commit comments