added working demo to test
This commit is contained in:
parent
2f885897a0
commit
2cc68830e4
@ -3,8 +3,14 @@ package me.gilo.woodroid.app;
|
|||||||
public class Config {
|
public class Config {
|
||||||
public static String CURRENCY_SYMBOL = "Ksh.";
|
public static String CURRENCY_SYMBOL = "Ksh.";
|
||||||
|
|
||||||
public static String siteUrl = "http://192.168.100.61/shop/index.php";
|
public static String siteUrl = "https://gilo.me/store"; //sometimes you need to append /index.php at the end
|
||||||
public static String consumerKey = "ck_da34628a4a69128001876492b842be4cd3c76bf8";
|
public static String consumerKey = "ck_4ff858c97e1ed097cc24cb95593b2bcc45e835d5";
|
||||||
public static String consumerSecret = "cs_c3c70248288a60bc21a0cddc81acdc018df1632d";
|
public static String consumerSecret = "cs_24865d302c443dec4a1391e5d2a438ba46e95cb6";
|
||||||
|
|
||||||
|
//sorry guys :( someday I am gonna add live and debug to have this stored somewhere
|
||||||
|
//for now commenting will do
|
||||||
|
// public static String siteUrl = "http://192.168.100.61/shop/index.php";
|
||||||
|
// public static String consumerKey = "ck_da34628a4a69128001876492b842be4cd3c76bf8";
|
||||||
|
// public static String consumerSecret = "cs_c3c70248288a60bc21a0cddc81acdc018df1632d";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,9 +9,9 @@ buildscript {
|
|||||||
|
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.0-alpha08'
|
classpath 'com.android.tools.build:gradle:3.5.0-rc03'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath 'com.google.gms:google-services:4.2.0'
|
classpath 'com.google.gms:google-services:4.3.0'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m
|
|||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Fri Mar 29 07:25:52 EAT 2019
|
#Mon Aug 12 07:33:06 EAT 2019
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-rc-2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user