Skip to content

Commit

Permalink
linked latest app auth dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Dec 2, 2024
1 parent 5eb7fd9 commit e9e0e9b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
Binary file added alfresco-auth.zip
Binary file not shown.
3 changes: 1 addition & 2 deletions auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ dependencies {

implementation libs.kotlin.stdlib

// api libs.alfresco.auth
api project(':alfresco-auth')
api libs.alfresco.auth
implementation libs.google.material

implementation libs.androidx.appcompat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ class LoginViewModel(

}

println("package name == ${context.packageName}")

authConfig = AuthConfig(
https = authConfig.https,
port = "",
Expand Down
3 changes: 1 addition & 2 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ dependencies {
api project(':session')
implementation project(':download')

// implementation libs.alfresco.auth
implementation project(':alfresco-auth')
implementation libs.alfresco.auth

implementation libs.alfresco.content
implementation libs.alfresco.contentKtx
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ moshi = "1.15.1"
retrofit = "2.11.0"

[libraries]
alfresco-auth = "com.alfresco.android:auth:0.8.3-SNAPSHOT"
alfresco-auth = "com.alfresco.android:auth:0.8.4-SNAPSHOT"
alfresco-content = "com.alfresco.android:content:0.3.6-SNAPSHOT"
alfresco-contentKtx = "com.alfresco.android:content-ktx:0.3.3-SNAPSHOT"
alfresco-process = "com.alfresco.android:process:0.1.4-SNAPSHOT"
Expand Down
3 changes: 1 addition & 2 deletions session/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies {
implementation project(':base')
api project(':account')

// implementation libs.alfresco.auth'
implementation project(':alfresco-auth')
implementation libs.alfresco.auth
implementation libs.alfresco.content

implementation libs.kotlin.stdlib
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include ':move'
include ':component'
include ':app'
include ':process-app'
include ':alfresco-auth'
//include ':alfresco-auth'
//include ':content'
//include ':content-ktx'

Expand Down

0 comments on commit e9e0e9b

Please sign in to comment.