@@ -25,7 +25,7 @@ android {
2525 versionName = project.version.toString()
2626 versionCode = grgit.log(mapOf (" includes" to listOf (" HEAD" ))).size
2727
28- buildConfigField(" String" , " AUTH_PROVIDER" , " \" API_OAUTH \" " )
28+ buildConfigField(" String" , " AUTH_PROVIDER" , " \" .apiOAuth \" " )
2929
3030 proguardFile(getDefaultProguardFile(" proguard-android-optimize.txt" ))
3131 proguardFile(" proguard-rules.pro" )
@@ -92,7 +92,7 @@ android {
9292 register(" production" ) {
9393 manifestPlaceholders + = mapOf (" appAuthRedirectScheme" to " org.wycliffe.mypd" )
9494
95- buildConfigField(" String" , " MPDX_API_BASE_URI" , " \" https://api.mypd.wycliffe.org/\" " )
95+ buildConfigField(" String" , " MPDX_API_BASE_URI" , " \" https://api.mypd.wycliffe.org/api/v2/ \" " )
9696
9797 buildConfigField(" String" , " AUTH_END_POINT" , " \" https://api.mypd.wycliffe.org/oauth/authorize\" " )
9898 buildConfigField(" String" , " TOKEN_END_POINT" , " \" https://api.mypd.wycliffe.org/oauth/token\" " )
@@ -105,7 +105,7 @@ android {
105105 register(" development" ) {
106106 manifestPlaceholders + = mapOf (" appAuthRedirectScheme" to " org.wycliffe.mypd-test" )
107107
108- buildConfigField(" String" , " MPDX_API_BASE_URI" , " \" https://api.mypd-test.wycliffe.org/\" " )
108+ buildConfigField(" String" , " MPDX_API_BASE_URI" , " \" https://api.mypd-test.wycliffe.org/api/v2/ \" " )
109109
110110 buildConfigField(" String" , " AUTH_END_POINT" , " \" https://api.mypd-test.wycliffe.org/oauth/authorize\" " )
111111 buildConfigField(" String" , " TOKEN_END_POINT" , " \" https://api.mypd-test.wycliffe.org/oauth/token\" " )
0 commit comments