File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ that was introduced on Android 4.
66
77This port works on Android 2.1+.
88
9- The current version of this library is ` 1.3 ` .
9+ The current version of this library is ` 1.3.1 ` .
1010
1111How to use
1212----------
@@ -36,7 +36,7 @@ dependency in your `pom.xml` file:
3636<dependency >
3737 <groupId >org.jraf</groupId >
3838 <artifactId >android-switch-backport-apklib</artifactId >
39- <version >1.3</version >
39+ <version >1.3.1 </version >
4040 <type >apklib</type >
4141</dependency >
4242```
@@ -56,7 +56,7 @@ repositories {
5656 (...)
5757
5858dependencies {
59- compile "org.jraf:android-switch-backport:1.3"
59+ compile "org.jraf:android-switch-backport:1.3.1 "
6060}
6161```
6262
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.8 -bin.zip
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.10 -bin.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:0.6 .+'
6+ classpath ' com.android.tools.build:gradle:0.8 .+'
77 }
88}
99apply plugin : ' android-library'
@@ -22,7 +22,6 @@ android {
2222 proguardFile ' proguard-rules.txt'
2323 proguardFile getDefaultProguardFile(' proguard-android-optimize.txt' )
2424 }
25-
2625 sourceSets {
2726 main {
2827 manifest. srcFile ' AndroidManifest.xml'
@@ -42,7 +41,7 @@ uploadArchives {
4241
4342 pom. groupId = ' org.jraf'
4443 pom. artifactId = ' android-switch-backport'
45- pom. version = ' 1.3'
44+ pom. version = ' 1.3.1 '
4645 pom. packaging = ' aar'
4746 }
4847 }
Original file line number Diff line number Diff line change 66
77 <groupId >org.jraf</groupId >
88 <artifactId >android-switch-backport-apklib</artifactId >
9- <version >1.3</version >
9+ <version >1.3.1 </version >
1010 <packaging >apklib</packaging >
1111 <name >Android Switch Backport</name >
1212 <description >
Original file line number Diff line number Diff line change 33 <classpathentry kind =" src" path =" src" />
44 <classpathentry kind =" src" path =" gen" />
55 <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
6- <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
6+ <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
7+ <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.DEPENDENCIES" />
78 <classpathentry kind =" output" path =" bin/classes" />
89</classpath >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:0.6 .+'
6+ classpath ' com.android.tools.build:gradle:0.8 .+'
77 }
88}
99apply plugin : ' android'
You can’t perform that action at this time.
0 commit comments