Sign in

CNLive Android Team / OPenCNLive_BaseLib · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • OPenCNLive_BaseLib
  • ..
  • demo
  • Config.java
  • network framework library update ,api request simple update
    9603ed4f
    朱显松 authored
    2017-08-15 19:42:19 +0800  
    Browse Code »
Config.java 164 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
package com.cnlive.libs.demo;

/**
 * Created by xiansong on 2017/8/15.
 */

public interface Config {
    boolean debug = BuildConfig.DEBUG;
    int APP_ID = 1;
}