This commit is contained in:
Sergey Solovyev
2012-11-30 18:07:20 +04:00
parent 324bbda552
commit 53a2b84f51
18 changed files with 48 additions and 84 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.solovyev.android.calculator.widget"
android:versionCode="1"
android:versionName="1.0"/>

View File

@@ -24,8 +24,9 @@
</dependency>
<dependency>
<groupId>org.solovyev.android.calculator</groupId>
<groupId>org.solovyev.android</groupId>
<artifactId>calculatorpp-android-app-core</artifactId>
<type>apklib</type>
</dependency>
</dependencies>