File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ buildscript {
5
5
compile_sdk = 33
6
6
target_sdk = 33
7
7
min_sdk = 21
8
- agp_version = ' 7.4.1 '
8
+ agp_version = ' 7.4.2 '
9
9
kotlin_version = ' 1.8.10'
10
10
kotlin_compiler_extension_version = ' 1.4.2'
11
- compose_version = ' 1.3.3 '
11
+ compose_version = ' 1.4.1 '
12
12
material_version = ' 1.8.0'
13
- appcompat_version = ' 1.6.0 '
13
+ appcompat_version = ' 1.6.1 '
14
14
preference_version = ' 1.2.0'
15
- core_version = ' 1.9 .0'
15
+ core_version = ' 1.10 .0'
16
16
nav_version = ' 2.5.3'
17
17
junit_version = ' 4.13.2'
18
18
version_name = ' 1.1.4'
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
9
9
android {
10
10
compileSdk compile_sdk
11
11
defaultConfig {
12
+ namespace " io.syslogic.demo.colorpicker"
12
13
applicationId " io.syslogic.demo.colorpicker"
13
14
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
15
buildToolsVersion build_tools_version
@@ -65,11 +66,11 @@ dependencies {
65
66
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
66
67
67
68
// https://mvnrepository.com/artifact/androidx.compose
68
- implementation " androidx.activity:activity-compose:1.6.1 "
69
+ implementation " androidx.activity:activity-compose:1.7.0 "
69
70
implementation " androidx.compose.ui:ui:$compose_version "
70
71
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:$c ompose_version "
73
+ implementation " androidx.compose.foundation:foundation:$c ompose_version "
73
74
debugImplementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
74
75
75
76
testImplementation " junit:junit:$junit_version "
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest
3
3
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" >
6
5
7
6
<application
8
7
android : label =" @string/app_name"
You can’t perform that action at this time.
0 commit comments