File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 file : .gitpod.Dockerfile
33
44tasks :
5- - before : |
6- export GRADLE_USER_HOME="/workspace/.gradle"
7- export M2_HOME="/workspace/.m2"
8- - init : |
9- ./gradlew build
5+ - before : export GRADLE_USER_HOME="/workspace/.gradle"; export M2_HOME="/workspace/.m2"; export KONAN_DATA_DIR="workspace/.konan"
6+ - init : git fetch --tags && ./gradlew runUnitTests :lce:assemble :welcome:assemble
107
118jetbrains :
129 intellij :
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ allprojects {
3535 ext {
3636 versionCode = buildVersionCode()
3737 versionName = buildVersionName()
38- androidBuildToolsVersion = ' 32 .0.0'
38+ androidBuildToolsVersion = ' 33 .0.0'
3939 androidMinSdkVersion = 24
40- androidTargetSdkVersion = 32
41- androidCompileSdkVersion = 32
40+ androidTargetSdkVersion = 33
41+ androidCompileSdkVersion = 33
4242
4343 developerId = ' motorro'
4444 developerName = ' Nikolai Kotchetkov'
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.7.10 "
2+ kotlin = " 1.7.20 "
33coroutines = " 1.6.4"
4- compose = " 1.2 .1"
5- compose_compiler = " 1.3.0 "
6- hilt = " 2.42 "
4+ compose = " 1.3 .1"
5+ compose_compiler = " 1.3.2 "
6+ hilt = " 2.44 "
77
88[plugins ]
99android_app = { id = " com.android.application" , version = " 7.3.0" }
@@ -24,10 +24,10 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
2424
2525desugaring = { module = " com.android.tools:desugar_jdk_libs" , version = " 1.1.5" }
2626
27- androidx-core = { module = " androidx.core:core-ktx" , version = " 1.7 .0" }
28- androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version = " 2.4 .1" }
29- androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version = " 2.4 .1" }
30- androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version = " 2.4 .1" }
27+ androidx-core = { module = " androidx.core:core-ktx" , version = " 1.9 .0" }
28+ androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version = " 2.5 .1" }
29+ androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version = " 2.5 .1" }
30+ androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version = " 2.5 .1" }
3131
3232compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
3333compose-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
You can’t perform that action at this time.
0 commit comments