Skip to content

Commit 81fcb9b

Browse files
committed
Merge branch 'enhancement/architecture'
2 parents 7d863bb + 14f489c commit 81fcb9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
android:roundIcon="@mipmap/ic_launcher_round"
1414
android:supportsRtl="true"
1515
android:theme="@style/Theme.GameOfLife"
16-
tools:targetApi="31">
16+
tools:targetApi="36">
1717
<activity
1818
android:name="com.jobik.gameoflife.activity.MainActivity"
1919
android:exported="true"

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
2-
versionName = "1.2.0"
3-
versionCode = "5"
2+
versionName = "1.2.1"
3+
versionCode = "6"
44

55
androidMinSdk = "27"
6-
androidTargetSdk = "35"
7-
androidCompileSdk = "35"
6+
androidTargetSdk = "36"
7+
androidCompileSdk = "36"
88

99
jvmTarget = "17"
1010
compose-compiler = "1.5.14"

0 commit comments

Comments
 (0)