라이브 방 추가
This commit is contained in:
		@@ -50,6 +50,8 @@ android {
 | 
			
		||||
 | 
			
		||||
            buildConfigField 'String', 'BASE_URL', '"https://api.sodalive.net"'
 | 
			
		||||
            buildConfigField 'String', 'BOOTPAY_APP_ID', '"64c35be1d25985001dc50c87"'
 | 
			
		||||
            buildConfigField 'String', 'AGORA_APP_ID', '"4566e5b98f434b9eabb63435f794a1f9"'
 | 
			
		||||
            buildConfigField 'String', 'AGORA_APP_CERTIFICATE', '"e89e30f9ee584fda9454db3c0e387632"'
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        debug {
 | 
			
		||||
@@ -59,6 +61,8 @@ android {
 | 
			
		||||
 | 
			
		||||
            buildConfigField 'String', 'BASE_URL', '"https://test-api.sodalive.net"'
 | 
			
		||||
            buildConfigField 'String', 'BOOTPAY_APP_ID', '"6242a7772701800023f68b2e"'
 | 
			
		||||
            buildConfigField 'String', 'AGORA_APP_ID', '"d28c80855d314a599cd7c15280920699"'
 | 
			
		||||
            buildConfigField 'String', 'AGORA_APP_CERTIFICATE', '"29ef33b7c37e4b80b74af9a6e9b2af5e"'
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    compileOptions {
 | 
			
		||||
@@ -131,4 +135,8 @@ dependencies {
 | 
			
		||||
 | 
			
		||||
    // bootpay
 | 
			
		||||
    implementation "io.github.bootpay:android:4.3.4"
 | 
			
		||||
 | 
			
		||||
    // agora
 | 
			
		||||
    implementation "io.agora.rtc:voice-sdk:4.1.0-1"
 | 
			
		||||
    implementation 'io.agora.rtm:rtm-sdk:1.5.3'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user