Skip to content

Commit 04f5111

Browse files
committed
dependencies updated.
1 parent 3d01c92 commit 04f5111

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ buildscript {
55
compile_sdk = 33
66
target_sdk = 33
77
min_sdk = 21
8-
agp_version = '7.4.1'
8+
agp_version = '7.4.2'
99
kotlin_version = '1.8.10'
1010
kotlin_compiler_extension_version = '1.4.2'
11-
compose_version = '1.3.3'
11+
compose_version = '1.4.1'
1212
material_version = '1.8.0'
13-
appcompat_version = '1.6.0'
13+
appcompat_version = '1.6.1'
1414
preference_version = '1.2.0'
15-
core_version = '1.9.0'
15+
core_version = '1.10.0'
1616
nav_version = '2.5.3'
1717
junit_version = '4.13.2'
1818
version_name = '1.1.4'

mobile/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ plugins {
99
android {
1010
compileSdk compile_sdk
1111
defaultConfig {
12+
namespace "io.syslogic.demo.colorpicker"
1213
applicationId "io.syslogic.demo.colorpicker"
1314
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1415
buildToolsVersion build_tools_version
@@ -65,11 +66,11 @@ dependencies {
6566
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
6667

6768
// https://mvnrepository.com/artifact/androidx.compose
68-
implementation "androidx.activity:activity-compose:1.6.1"
69+
implementation "androidx.activity:activity-compose:1.7.0"
6970
implementation "androidx.compose.ui:ui:$compose_version"
7071
implementation "androidx.compose.runtime:runtime:$compose_version"
71-
implementation "androidx.compose.material:material:1.3.1"
72-
implementation "androidx.compose.foundation:foundation:1.3.1"
72+
implementation "androidx.compose.material:material:$compose_version"
73+
implementation "androidx.compose.foundation:foundation:$compose_version"
7374
debugImplementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
7475

7576
testImplementation "junit:junit:$junit_version"

mobile/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
package="io.syslogic.demo.colorpicker">
4+
xmlns:tools="http://schemas.android.com/tools">
65

76
<application
87
android:label="@string/app_name"

0 commit comments

Comments
 (0)