• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Simple Notepad Application for Android OS


Commit MetaInfo

修订版2fc7e32b305dc100a8ea32906830b6e7c2ede7e1 (tree)
时间2018-11-04 01:32:12
作者Masahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated the app version from 1.0.14 to 1.0.15

更改概述

差异

--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ site :
2222
2323 #################### project
2424 dist :
25- mvn assembly:assembly
25+ mvn assembly:single
2626
2727 clean :
2828 mvn $@
--- a/notepad-app-level-11/pom.xml
+++ b/notepad-app-level-11/pom.xml
@@ -8,13 +8,13 @@
88 <groupId>org.routine_work</groupId>
99 <artifactId>notepad-app-level-11</artifactId>
1010 <packaging>apk</packaging>
11- <version>1.0.14</version>
11+ <version>1.0.15</version>
1212 <name>Notepad App Level 11</name>
1313
1414 <parent>
1515 <groupId>org.routine_work</groupId>
1616 <artifactId>notepad-project</artifactId>
17- <version>1.0.14</version>
17+ <version>1.0.15</version>
1818 </parent>
1919
2020 <dependencies>
@@ -22,16 +22,10 @@
2222 <dependency>
2323 <groupId>android</groupId>
2424 <artifactId>android</artifactId>
25- <version>6.0_r3</version>
25+ <version>8.0.0_r2</version>
2626 <!--
27- <version>1.5_r3</version>
28- <version>1.5_r4</version>
29- <version>1.6_r2</version>
30- <version>2.1.2</version>
31- <version>2.1_r1</version>
32- <version>2.2.1</version>
33- <version>2.3.1</version>
34- <version>2.3.3</version>
27+ <version>6.0_r3</version>
28+ <version>7.1.1_r3</version>
3529 -->
3630 <scope>provided</scope>
3731 </dependency>
@@ -39,7 +33,7 @@
3933 <dependency>
4034 <groupId>org.routine_work</groupId>
4135 <artifactId>notepad-common</artifactId>
42- <version>1.0.14</version>
36+ <version>1.0.15</version>
4337 <scope>compile</scope>
4438 </dependency>
4539
@@ -60,7 +54,7 @@
6054 <sdk>
6155 <path>${env.ANDROID_HOME}</path>
6256 <!-- <path>C:/Java/android-sdk</path> -->
63- <platform>23</platform>
57+ <platform>26</platform>
6458 </sdk>
6559 <release>false</release>
6660 <proguard>
--- a/notepad-app-level-11/src/main/AndroidManifest.xml
+++ b/notepad-app-level-11/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
22 <manifest
33 xmlns:android="http://schemas.android.com/apk/res/android"
44 package="org.routine_work.notepad"
5- android:versionCode="39"
6- android:versionName="1.0.14"
5+ android:versionCode="41"
6+ android:versionName="1.0.15"
77 android:installLocation="auto"
88 >
99 <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="25" /> <!-- Android 7.1 -->
--- a/notepad-app/pom.xml
+++ b/notepad-app/pom.xml
@@ -8,13 +8,13 @@
88 <groupId>org.routine_work</groupId>
99 <artifactId>notepad-app</artifactId>
1010 <packaging>apk</packaging>
11- <version>1.0.14</version>
11+ <version>1.0.15</version>
1212 <name>Notepad App</name>
1313
1414 <parent>
1515 <groupId>org.routine_work</groupId>
1616 <artifactId>notepad-project</artifactId>
17- <version>1.0.14</version>
17+ <version>1.0.15</version>
1818 </parent>
1919
2020 <dependencies>
@@ -39,7 +39,7 @@
3939 <dependency>
4040 <groupId>org.routine_work</groupId>
4141 <artifactId>notepad-common</artifactId>
42- <version>1.0.14</version>
42+ <version>1.0.15</version>
4343 <scope>compile</scope>
4444 </dependency>
4545
--- a/notepad-app/src/main/AndroidManifest.xml
+++ b/notepad-app/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
22 <manifest
33 xmlns:android="http://schemas.android.com/apk/res/android"
44 package="org.routine_work.notepad"
5- android:versionCode="38"
6- android:versionName="1.0.14"
5+ android:versionCode="40"
6+ android:versionName="1.0.15"
77 android:installLocation="auto"
88 >
99 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
--- a/notepad-common/pom.xml
+++ b/notepad-common/pom.xml
@@ -8,13 +8,13 @@
88 <groupId>org.routine_work</groupId>
99 <artifactId>notepad-common</artifactId>
1010 <packaging>jar</packaging>
11- <version>1.0.14</version>
11+ <version>1.0.15</version>
1212 <name>Notepad Common Library</name>
1313
1414 <parent>
1515 <groupId>org.routine_work</groupId>
1616 <artifactId>notepad-project</artifactId>
17- <version>1.0.14</version>
17+ <version>1.0.15</version>
1818 </parent>
1919
2020 <dependencies>
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
77 <groupId>org.routine_work</groupId>
88 <artifactId>notepad-project</artifactId>
99 <packaging>pom</packaging>
10- <version>1.0.14</version>
10+ <version>1.0.15</version>
1111 <name>Notepad Project</name>
1212 <url>http://sourceforge.jp/users/say/pf/android_notepad/scm/</url>
1313
@@ -34,13 +34,13 @@
3434 <plugin>
3535 <groupId>com.simpligility.maven.plugins</groupId>
3636 <artifactId>android-maven-plugin</artifactId>
37- <version>4.4.1</version> <!-- use latest release -->
37+ <version>4.5.0</version> <!-- use latest release -->
3838 <extensions>true</extensions>
3939 <dependencies>
4040 <dependency>
4141 <groupId>net.sf.proguard</groupId>
4242 <artifactId>proguard-base</artifactId>
43- <version>5.2.1</version>
43+ <version>6.0.3</version>
4444 </dependency>
4545 </dependencies>
4646 </plugin>
@@ -50,7 +50,7 @@
5050 <plugin>
5151 <groupId>org.apache.maven.plugins</groupId>
5252 <artifactId>maven-compiler-plugin</artifactId>
53- <version>3.5.1</version>
53+ <version>3.8.0</version>
5454
5555 <configuration>
5656 <source>1.5</source>
@@ -74,7 +74,7 @@
7474 <plugin>
7575 <groupId>org.apache.maven.plugins</groupId>
7676 <artifactId>maven-assembly-plugin</artifactId>
77- <version>2.6</version>
77+ <version>3.1.0</version>
7878
7979 <configuration>
8080 <descriptorRefs>
@@ -99,13 +99,13 @@
9999 <plugin>
100100 <groupId>org.apache.maven.plugins</groupId>
101101 <artifactId>maven-project-info-reports-plugin</artifactId>
102- <version>2.9</version>
102+ <version>3.0.0</version>
103103 </plugin>
104104
105105 <plugin>
106106 <groupId>org.apache.maven.plugins</groupId>
107107 <artifactId>maven-javadoc-plugin</artifactId>
108- <version>2.10.3</version>
108+ <version>3.0.1</version>
109109
110110 <configuration>
111111 <locale>en</locale>
@@ -121,7 +121,7 @@
121121 <plugin>
122122 <groupId>org.apache.maven.plugins</groupId>
123123 <artifactId>maven-site-plugin</artifactId>
124- <version>3.5.1</version>
124+ <version>3.7.1</version>
125125
126126 <configuration>
127127 <locales>en</locales>