Skip to content

Commit

Permalink
Set version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-grabner committed Aug 16, 2015
1 parent a9ac80c commit 93e45b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ExampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "at.grabner.circleview"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
Expand All @@ -26,5 +26,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.github.jakob-grabner:Circle-Progress-View:da297366da'
compile project(':CircleProgressView')
// compile 'com.github.jakob-grabner:Circle-Progress-View:a9ac80c39b'
}

0 comments on commit 93e45b5

Please sign in to comment.