Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
IanField90 committed Aug 24, 2016
1 parent c6cfa8e commit 41ed5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 2 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
minSdkVersion 9
targetSdkVersion 24
applicationId 'uk.co.ianfield.devstat'
versionCode 12
versionName '2.1.2'
versionCode 14
versionName '2.2.1'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand All @@ -34,17 +34,6 @@ android {
signingConfig signingConfigs.release
}
}
// productFlavors {
// defaultFlavor {
// proguardFile 'proguard-rules.txt'
// }
// }

// lintOptions {
// disable 'InvalidPackage'
// // Temporary fix for https://code.google.com/p/android/issues/detail?id=203407
// checkReleaseBuilds false
// }

packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="uk.co.ianfield.devstat">

<!--<uses-permission android:name="android.permission.INTERNET"/>-->

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit 41ed5cc

Please sign in to comment.