• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión22e708e9f4b1a9d21807577f5f3bd74905f12051 (tree)
Tiempo2018-10-24 18:29:47
AutorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated the app version from 1.1.06 to 1.1.07

Cambiar Resumen

Diferencia incremental

--- a/android-R/pom.xml
+++ b/android-R/pom.xml
@@ -8,7 +8,7 @@
88 <groupId>org.routine_work.android_r</groupId>
99 <artifactId>android-R</artifactId>
1010 <packaging>apk</packaging>
11- <version>1.1.07</version>
11+ <version>1.1.08</version>
1212 <name>.R</name>
1313 <url>http://www.example.com/</url>
1414
--- a/android-R/src/main/AndroidManifest.xml
+++ b/android-R/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
11 <?xml version="1.0" encoding="utf-8"?>
22 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
33 package="org.routine_work.android_r"
4- android:versionCode="27"
5- android:versionName="1.1.07"
4+ android:versionCode="28"
5+ android:versionName="1.1.08"
66 android:installLocation="auto"
77 >
88 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="27" />