Skip to content

Commit

Permalink
AppAuth-Android comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Apr 1, 2024
1 parent 907d2c4 commit 1f23846
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.4'

classpath 'org.jacoco:org.jacoco.core:0.7.4.201502262128'
classpath 'org.jacoco:org.jacoco.core:0.8.7'
classpath "com.moowork.gradle:gradle-node-plugin:0.13"
}
}
Expand Down Expand Up @@ -48,6 +48,7 @@ android {
versionCode 131
versionName "131-workmgr"

// Used by AppAuth-Android
manifestPlaceholders = [
appAuthRedirectScheme: 'com.mendhak.gpslogger'
]
Expand Down

0 comments on commit 1f23846

Please sign in to comment.