r32 - in trunk: . src/org/chorem/android/saymytexts
Author: kmorin Date: 2014-03-31 09:46:42 +0200 (Mon, 31 Mar 2014) New Revision: 32 Url: http://forge.chorem.org/projects/say-my-texts/repository/revisions/32 Log: prepare next version Modified: trunk/AndroidManifest.xml trunk/src/org/chorem/android/saymytexts/SayMyTextsWidgetProvider.java Modified: trunk/AndroidManifest.xml =================================================================== --- trunk/AndroidManifest.xml 2014-03-31 07:36:13 UTC (rev 31) +++ trunk/AndroidManifest.xml 2014-03-31 07:46:42 UTC (rev 32) @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.chorem.android.saymytexts" - android:versionCode="2" - android:versionName="1.1" + android:versionCode="3" + android:versionName="1.2" android:description="@string/app_description" android:installLocation="auto"> Modified: trunk/src/org/chorem/android/saymytexts/SayMyTextsWidgetProvider.java =================================================================== --- trunk/src/org/chorem/android/saymytexts/SayMyTextsWidgetProvider.java 2014-03-31 07:36:13 UTC (rev 31) +++ trunk/src/org/chorem/android/saymytexts/SayMyTextsWidgetProvider.java 2014-03-31 07:46:42 UTC (rev 32) @@ -1,5 +1,29 @@ package org.chorem.android.saymytexts; +/* + * #%L + * Say My Texts + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 Code Lutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProvider;
participants (1)
-
kmorin@users.chorem.org