File tree Expand file tree Collapse file tree 6 files changed +24
-20
lines changed Expand file tree Collapse file tree 6 files changed +24
-20
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ buildscript {
5
5
compile_sdk = 33
6
6
target_sdk = 33
7
7
min_sdk = 21
8
- agp_version = ' 7.4.2 '
9
- kotlin_version = ' 1.8.10 '
8
+ agp_version = ' 8.0.1 '
9
+ kotlin_version = ' 1.8.20 '
10
10
kotlin_compiler_extension_version = ' 1.4.2'
11
- compose_version = ' 1.4.1 '
12
- material_version = ' 1.8 .0'
11
+ compose_version = ' 1.4.3 '
12
+ material_version = ' 1.9 .0'
13
13
appcompat_version = ' 1.6.1'
14
14
preference_version = ' 1.2.0'
15
- core_version = ' 1.10.0 '
15
+ core_version = ' 1.10.1 '
16
16
nav_version = ' 2.5.3'
17
17
junit_version = ' 4.13.2'
18
- version_name = ' 1.1.4 '
19
- version_code = 14
18
+ version_name = ' 1.1.6 '
19
+ version_code = 16
20
20
}
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
Original file line number Diff line number Diff line change 1
- jdk :
2
- -openjdk11
3
-
1
+ # https://jitpack.io/docs/BUILDING/#custom-commands
2
+ before_install :
3
+ - sdk install java 17.0.7-amzn
4
+ - sdk use java 17.0.7-amzn
5
+ -
Original file line number Diff line number Diff line change @@ -63,20 +63,20 @@ android {
63
63
dependencies {
64
64
65
65
implementation " com.google.android.material:material:$material_version "
66
- // implementation "com.google.android.material:compose-theme-adapter-3:1.0.13 "
66
+ // implementation "com.google.android.material:compose-theme-adapter-3:1.0.1 "
67
67
68
68
implementation " androidx.core:core-ktx:$core_version "
69
69
implementation " androidx.appcompat:appcompat:$appcompat_version "
70
70
implementation " androidx.preference:preference-ktx:$preference_version "
71
71
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
72
- // implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2 '
72
+ // implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
73
73
74
74
// https://mvnrepository.com/artifact/androidx.compose
75
75
implementation " androidx.compose.ui:ui:$compose_version "
76
- implementation " androidx.compose.material:material:1.3.1 "
77
- implementation " androidx.compose.foundation:foundation:1.3.1 "
78
- // implementation "androidx.compose.material:material-icons-core:1.3.1 "
79
- // implementation ' androidx.compose.material:material-icons-extended:1.3.1'
76
+ implementation " androidx.compose.material:material:$c ompose_version "
77
+ implementation " androidx.compose.foundation:foundation:$c ompose_version "
78
+ // implementation "androidx.compose.material:material-icons-core:$compose_version "
79
+ // implementation " androidx.compose.material:material-icons-extended:$compose_version"
80
80
81
81
/* Composable Preview */
82
82
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
19
19
minSdk min_sdk
20
20
}
21
21
compileOptions {
22
- sourceCompatibility JavaVersion . VERSION_11 . toString()
23
- targetCompatibility JavaVersion . VERSION_11 . toString()
22
+ sourceCompatibility JavaVersion . VERSION_11
23
+ targetCompatibility JavaVersion . VERSION_11
24
24
}
25
25
kotlinOptions {
26
26
jvmTarget = 11
@@ -29,6 +29,7 @@ android {
29
29
kotlinCompilerExtensionVersion kotlin_compiler_extension_version
30
30
}
31
31
buildFeatures {
32
+ buildConfig true
32
33
dataBinding true
33
34
compose true
34
35
}
@@ -66,7 +67,7 @@ dependencies {
66
67
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
67
68
68
69
// https://mvnrepository.com/artifact/androidx.compose
69
- implementation " androidx.activity:activity-compose:1.7.0 "
70
+ implementation " androidx.activity:activity-compose:1.7.1 "
70
71
implementation " androidx.compose.ui:ui:$compose_version "
71
72
implementation " androidx.compose.runtime:runtime:$compose_version "
72
73
implementation " androidx.compose.material:material:$compose_version "
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ dependencyResolutionManagement {
20
20
}
21
21
22
22
rootProject. name = " ColorPicker"
23
+
23
24
include " :library"
24
25
include " :mobile"
You can’t perform that action at this time.
0 commit comments