Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Releasing version 2.5. Added new buttons on Android < L.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Rotolo committed Oct 27, 2014
1 parent c273027 commit 75893ad
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 150 deletions.
Binary file modified .gradle/1.12/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/1.12/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/1.12/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/1.12/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file modified .gradle/1.12/taskArtifacts/taskArtifacts.bin
Binary file not shown.
256 changes: 108 additions & 148 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.numix.calculator"
android:versionName="2.2"
android:versionCode="5">
android:versionName="2.5"
android:versionCode="6">

<original-package android:name="com.numix.calculator" />
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21"/>
Expand Down
Binary file modified app/src/main/res/drawable/backspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/clear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75893ad

Please sign in to comment.