Skip to content

Commit

Permalink
Prepare 0.1.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Elmas authored and Can Elmas committed Mar 18, 2016
1 parent e1dad30 commit 8455f08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# org.gradle.parallel=true
#Tue Sep 22 16:15:19 EEST 2015

VERSION_NAME=0.1.9
VERSION_NAME=0.1.10-SNAPSHOT
GROUP=com.canelmas.let

POM_DESCRIPTION=Annotation based simple API flavoured with AOP to handle new Android runtime permission model
Expand Down
4 changes: 2 additions & 2 deletions let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class LetPlugin implements Plugin<Project> {
}

project.dependencies {
compile 'com.canelmas.let:let-runtime:0.1.9'
compile 'com.canelmas.let:let-runtime:0.1.10-SNAPSHOT'
compile 'org.aspectj:aspectjrt:1.8.6'
compile 'com.canelmas.let:let-annotations:0.1.9'
compile 'com.canelmas.let:let-annotations:0.1.10-SNAPSHOT'
}

variants.all { variant ->
Expand Down
8 changes: 3 additions & 5 deletions let-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@
buildscript {
repositories {
jcenter()
// maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
// mavenLocal()
mavenLocal()
}
dependencies {
classpath 'com.canelmas.let:let-plugin:0.1.9'
classpath 'com.canelmas.let:let-plugin:0.1.10-SNAPSHOT'
}
}

apply plugin: 'com.android.application'
apply plugin: 'let'

repositories {
// maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
// mavenLocal()
mavenLocal()
jcenter()
}

Expand Down

0 comments on commit 8455f08

Please sign in to comment.