We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd74bc commit 55a238fCopy full SHA for 55a238f
app/build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
56
implementation 'androidx.compose.material3:material3:1.0.0-alpha02'
57
58
- //implementation 'com.github.stargatex:strgtx-demo-android-sdk:1.0.0'
+ implementation project(path: ':strgtx-demo-android-sdk')
59
60
testImplementation 'junit:junit:4.13.2'
61
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
0 commit comments