Skip to content

Commit

Permalink
update 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsWerkman committed Feb 6, 2014
1 parent f3eda64 commit dcfaaab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ proguard-project.txt
local.properties
sample/src/com/cyrilmottier/android/polarissample/util/LocalConfig.java

#gradle
build
.gradle

gradle
gradlew
gradlew.bat
signing.properties
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.larswerkman.licenseview"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="11"
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="1"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
classpath 'com.android.tools.build:gradle:0.7.+'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0
VERSION_CODE=1
VERSION_NAME=1.1
VERSION_CODE=11
GROUP=com.larswerkman

POM_DESCRIPTION=A simple view to display your licenses
Expand Down

0 comments on commit dcfaaab

Please sign in to comment.