Skip to content

Commit

Permalink
Renamed library folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenpin committed Jun 8, 2017
1 parent f512e85 commit 5638542
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "com.tomerrosenfeld.analogclockview"
Expand All @@ -23,5 +23,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.3.1'
compile project(':custom-analog-clock-view')
compile project(':library')
}
File renamed without changes.
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/rosenpin/custom-analog-clock-view'
gitUrl = 'https://github.com/rosenpin/custom-analog-clock-view.git'

libraryVersion = '1.05'
libraryVersion = '1.1'

developerId = 'rosenpin'
developerName = 'Tomer Rosenfeld'
Expand All @@ -27,7 +27,7 @@ ext {

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 14
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':app', ':custom-analog-clock-view'
include ':app', ':library'

0 comments on commit 5638542

Please sign in to comment.