8 files changed +23
-27
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val ktLint = " com.pinterest:ktlint:${Versions .ktLint} "
26
26
const val googleMaps = " com.google.android.libraries.maps:maps:3.1.0-beta"
27
27
@@ -41,8 +41,8 @@ object Libs {
41
41
const val appcompat = " androidx.appcompat:appcompat:1.3.0-alpha01"
42
42
43
43
object Compose {
44
- const val snapshot = " 6765009 "
45
- const val version = " 1.0.0-SNAPSHOT "
44
+ const val snapshot = " "
45
+ const val version = " 1.0.0-alpha01 "
46
46
47
47
const val runtime = " androidx.compose.runtime:runtime:$version "
48
48
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.4.0'
19
- ext. compose_version = ' 1.0.0-SNAPSHOT '
19
+ ext. compose_version = ' 1.0.0-alpha01 '
20
20
21
21
repositories {
22
22
google()
23
23
jcenter()
24
24
}
25
25
26
26
dependencies {
27
- classpath ' com.android.tools.build:gradle:4.2.0-alpha07 '
27
+ classpath ' com.android.tools.build:gradle:4.2.0-alpha08 '
28
28
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
29
29
}
30
30
}
@@ -37,10 +37,6 @@ subprojects {
37
37
repositories {
38
38
google()
39
39
jcenter()
40
-
41
- maven {
42
- url " https://androidx.dev/snapshots/builds/6765009/artifacts/ui/repository/"
43
- }
44
40
}
45
41
46
42
apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -61,8 +61,8 @@ object Libs {
61
61
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha02"
62
62
63
63
object Compose {
64
- const val snapshot = " 6765009 "
65
- const val version = " 1.0.0-SNAPSHOT "
64
+ const val snapshot = " "
65
+ const val version = " 1.0.0-alpha01 "
66
66
67
67
const val runtime = " androidx.compose.runtime:runtime:$version "
68
68
const val foundation = " androidx.compose.foundation:foundation:${version} "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -47,8 +47,8 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
48
48
49
49
object Compose {
50
- const val snapshot = " 6765009 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha01 "
52
52
53
53
const val core = " androidx.compose.ui:ui:$version "
54
54
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val junit = " junit:junit:4.13"
26
26
27
27
object Accompanist {
@@ -48,8 +48,8 @@ object Libs {
48
48
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha02"
49
49
50
50
object Compose {
51
- const val snapshot = " 6765009 "
52
- const val version = " 1.0.0-SNAPSHOT "
51
+ const val snapshot = " "
52
+ const val version = " 1.0.0-alpha01 "
53
53
54
54
const val runtime = " androidx.compose.runtime:runtime:$version "
55
55
const val foundation = " androidx.compose.foundation:foundation:${version} "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -40,8 +40,8 @@ object Libs {
40
40
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
41
41
42
42
object Compose {
43
- const val snapshot = " 6765009 "
44
- const val version = " 1.0.0-SNAPSHOT "
43
+ const val snapshot = " "
44
+ const val version = " 1.0.0-alpha01 "
45
45
46
46
const val core = " androidx.compose.ui:ui:$version "
47
47
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val junit = " junit:junit:4.13"
26
26
27
27
object Accompanist {
@@ -48,8 +48,8 @@ object Libs {
48
48
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha02"
49
49
50
50
object Compose {
51
- const val snapshot = " 6765009 "
52
- const val version = " 1.0.0-SNAPSHOT "
51
+ const val snapshot = " "
52
+ const val version = " 1.0.0-alpha01 "
53
53
54
54
const val runtime = " androidx.compose.runtime:runtime:$version "
55
55
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -47,8 +47,8 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
48
48
49
49
object Compose {
50
- const val snapshot = " 6765009 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha01 "
52
52
53
53
const val core = " androidx.compose.ui:ui:$version "
54
54
const val foundation = " androidx.compose.foundation:foundation:$version "
0 commit comments