Skip to content

Commit

Permalink
Merge pull request #28 from jogrimst/cm-13.0
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
literacyapp authored Nov 5, 2016
2 parents 996d981 + cf672ed commit 2334b03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 627 deletions.
4 changes: 0 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.VIBRATE" />

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher_calculator"
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ android {
applicationId "org.literacyapp.calculator"
minSdkVersion 21
targetSdkVersion 23
versionCode 1000001
versionName "1.0.1"
versionCode 1000002
versionName "1.0.2"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}

Expand Down
Loading

0 comments on commit 2334b03

Please sign in to comment.