Browse Source

moved config string to config.xml; fixed build settings

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
c3fc690b2a
3 changed files with 5 additions and 9 deletions
  1. 2
    1
      .gitignore
  2. 3
    0
      app/build.gradle
  3. 0
    8
      app/src/main/res/values/strings.xml

+ 2
- 1
.gitignore View File

8
 *.apk
8
 *.apk
9
 
9
 
10
 app/src/dev/res/values/config.xml
10
 app/src/dev/res/values/config.xml
11
-app/src/devlocal/res/values/config.xml
11
+app/src/devlocal/res/values/config.xml
12
+app/src/main/res/values/config.xml

+ 3
- 0
app/build.gradle View File

5
     compileSdkVersion 23
5
     compileSdkVersion 23
6
     buildToolsVersion "23.0.3"
6
     buildToolsVersion "23.0.3"
7
 
7
 
8
+    dexOptions {
9
+        javaMaxHeapSize "2048M"
10
+    }
8
     defaultConfig {
11
     defaultConfig {
9
         applicationId "com.rthoni.stssaguenay"
12
         applicationId "com.rthoni.stssaguenay"
10
         minSdkVersion 15
13
         minSdkVersion 15

+ 0
- 8
app/src/main/res/values/strings.xml View File

1
 <resources>
1
 <resources>
2
-    <!--<string name="banner_ad_unit_id">ca-app-pub-2016581167110949/4561565315</string>-->
3
-    <string name="banner_ad_unit_id">ca-app-pub-3940256099942544/6300978111</string>
4
-    <string name="ad_init">ca-app-pub-2016581167110949~3084832113</string>
5
-    <string name="facebook_app_id">1463583156990249</string>
6
-    <string name="map_api_key">AIzaSyD4FmpkQmk2t61Lx9spzpTx2CAy2CmijX0</string>
7
-    <string name="luticate_config">{\"baseUrl\": \"https://sts.rthoni.com/api/v1/\"}</string>
8
-
9
-
10
     <string name="navigation_drawer_open">Open navigation drawer</string>
2
     <string name="navigation_drawer_open">Open navigation drawer</string>
11
     <string name="navigation_drawer_close">Close navigation drawer</string>
3
     <string name="navigation_drawer_close">Close navigation drawer</string>
12
 
4
 

Loading…
Cancel
Save