Skip to content

Commit

Permalink
chore(build): prepare relese 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Oct 25, 2017
1 parent 4db0804 commit 312b6bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AndResGuard-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
classpath 'com.android.tools.build:gradle:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
4 changes: 2 additions & 2 deletions AndResGuard-example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx2584M
org.gradle.parallel=true
org.gradle.daemon=true

ANDRESGUARD_VERSION=1.2.8-SNAPHOST
ANDRESGUARD_SEVENZIP_VERSION=1.2.7
ANDRESGUARD_VERSION=1.2.8-RC1
ANDRESGUARD_SEVENZIP_VERSION=1.2.8-RC1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.ofg:uptodate-gradle-plugin:1.6.2'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

ANDRESGUARD_VESSION=1.2.8-SNAPSHOT
ANDRESGUARD_VESSION=1.2.8-RC1

0 comments on commit 312b6bd

Please sign in to comment.