Skip to content

Commit 119b0fa

Browse files
committed
Bump hilt and startup SNAPSHOT to alpha01
1 parent 65ec774 commit 119b0fa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ allprojects {
4040
maven {
4141
url "https://oss.sonatype.org/content/repositories/snapshots/"
4242
}
43-
maven {
44-
url "https://androidx.dev/snapshots/builds/6518514/artifacts/repository/"
45-
}
4643
}
4744
}
4845

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ ext.versions = [
3838
archCompomentVersion : '2.1.0',
3939

4040
// startup
41-
startupVersion : '1.0.0-SNAPSHOT',
41+
startupVersion : '1.0.0-alpha01',
4242

4343
// di
4444
daggerVersion : '2.28',
4545
daggerHiltAndroidVersion: '2.28-alpha',
46-
daggerHiltVersion : '1.0.0-SNAPSHOT',
46+
daggerHiltVersion : '1.0.0-alpha01',
4747

4848
// network
4949
retrofitVersion : '2.9.0',

0 commit comments

Comments
 (0)