Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad Faghihi committed Dec 24, 2016
2 parents e18ae01 + 2d0d52d commit 36548b7
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 207 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.jrummyapps.android.animatedsvgview.demo"
Expand All @@ -20,6 +20,6 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile project(':library')
}
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.jaredrummler
GROUP=com.jrummyapps
ARTIFACT_ID=animated-svg-view

POM_NAME=AnimatedSvgView
POM_ARTIFACT_ID=animated-svg-view
Expand Down
10 changes: 5 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 14
Expand All @@ -11,9 +11,9 @@ android {
}

dependencies {
provided 'com.android.support:support-v4:25.0.1'
provided 'com.android.support:support-vector-drawable:25.0.1'
compile 'com.android.support:support-compat:25.1.0'
compile 'com.android.support:support-vector-drawable:25.1.0'
}

//apply from: 'publication.gradle'
//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/artifactory/publication.gradle'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/maven/gradle-mvn-push.gradle'
77 changes: 0 additions & 77 deletions library/publication.gradle

This file was deleted.

Loading

0 comments on commit 36548b7

Please sign in to comment.