Skip to content

Commit

Permalink
Merge pull request #1354 from kimalec/170121-09N-release
Browse files Browse the repository at this point in the history
release 0.9.26
  • Loading branch information
kimalec authored Jan 22, 2017
2 parents 5c6e092 + a1b2de4 commit 214b9f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion client/config-androidsdk14.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="net.wizardfactory.todayweather" version="0.9.24" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.wizardfactory.todayweather" version="0.9.26" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TodayWeather</name>
<description>
Inform how warm or cold it is today than yesterday.
Expand All @@ -14,6 +14,7 @@
<preference name="DisallowOverscroll" value="true"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-maxSdkVersion" value="18" />
<preference name="android-targetSdkVersion" value="24"/>
<preference name="BackupWebStorage" value="local"/>
<preference name="SplashScreen" value="screen"/>
<preference name="FadeSplashScreen" value="false"/>
Expand Down
3 changes: 2 additions & 1 deletion client/config-androidsdk19.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="net.wizardfactory.todayweather" version="0.9.24" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.wizardfactory.todayweather" version="0.9.26" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TodayWeather</name>
<description>
Inform how warm or cold it is today than yesterday.
Expand All @@ -13,6 +13,7 @@
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="android-minSdkVersion" value="19"/>
<preference name="android-targetSdkVersion" value="24"/>
<preference name="BackupWebStorage" value="local"/>
<preference name="SplashScreen" value="screen"/>
<preference name="FadeSplashScreen" value="false"/>
Expand Down
4 changes: 3 additions & 1 deletion client/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="net.wizardfactory.todayweather" version="0.9.24" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.wizardfactory.todayweather" version="0.9.26" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TodayWeather</name>
<description>
Inform how warm or cold it is today than yesterday.
Expand All @@ -13,6 +13,7 @@
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="24"/>
<preference name="BackupWebStorage" value="local"/>
<preference name="SplashScreen" value="screen"/>
<preference name="FadeSplashScreen" value="false"/>
Expand Down Expand Up @@ -85,4 +86,5 @@
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
<allow-navigation href="*"/>
<allow-intent href="mailto:*"/>
<plugin name="cordova-plugin-google-analytics" spec="1.7.1" />
</widget>
2 changes: 1 addition & 1 deletion client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gulp.task('release-nonpaid', shell.task([
'~/Library/Android/sdk/build-tools/23.0.3/zipalign -v 4 android-release.apk TodayWeather_ads_onestore_v'+json.version+'_min19.apk',

'cp ads.ios_playstore.tw.client.config.js www/tw.client.config.js',
'cordova plugin add cordova-plugin-inapppurchase',
'cordova plugin add cordova-plugin-inapppurchase@1.0.0',
'ionic build android --release',
'cp platforms/android/build/outputs/apk/android-release.apk ./',
'~/Library/Android/sdk/build-tools/23.0.3/zipalign -v 4 android-release.apk TodayWeather_ads_playstore_v'+json.version+'_min19.apk',
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TodayWeather",
"version": "0.9.24",
"version": "0.9.26",
"description": "TodayWeather: Inform how warm or cold it is today than yesterday.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 214b9f9

Please sign in to comment.