Skip to content

Commit c05082b

Browse files
committed
Update README and gradle wrapper for Gradle 1.12
1 parent e9e3f80 commit c05082b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,18 @@ at a frequency of approximately 1Hz.
2424

2525
The [project website](http://altbeacon.github.io/android-beacon-library/) has [full documentation](http://altbeacon.github.io/android-beacon-library/documentation.html) including [Javadocs.](http://altbeacon.github.io/android-beacon-library/javadoc/)
2626

27-
2827
## Binary Releases
2928

3029
You may [download binary releases here.](http://altbeacon.github.io/android-beacon-library/download.html)
3130

32-
33-
34-
3531
## How to build this Library
3632

3733
IMPORTANT: This project now uses an AndroidStudio/gradle build system and the source code may no longer be imported into Eclipse as a library project.
3834
Eclipse users may download the latest release binary as a tar.gz file, which may then be imported as an Eclipse Library Project. See the quick start on the project website for more information.
3935

4036
## Build Instructions
4137

42-
Known working with Android Studio 0.5.2 and Gradle 1.10
38+
Known working with Android Studio 0.8.6 and Gradle 1.12
4339

4440
Key Gradle build targets:
4541

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip

0 commit comments

Comments
 (0)