Skip to content

Commit

Permalink
read version info from gradle.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker41 committed Aug 9, 2014
1 parent 3e9f0a7 commit 386de66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.klinker.android.send_message"
android:versionCode="1"
android:versionName="1.0">
package="com.klinker.android.send_message">

<uses-sdk android:minSdkVersion="11"
android:targetSdkVersion="19"/>
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 20
versionCode 2
versionName '1.0.1'
}

lintOptions {
Expand Down

0 comments on commit 386de66

Please sign in to comment.