File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ android {
9
9
// applicationId 'de.k3b.android.contentproviderhelper.dev'
10
10
minSdkVersion 8
11
11
targetSdkVersion 21
12
- versionCode 4
13
- versionName " 1.3.1"
12
+ versionCode 5
13
+
14
+ // v1.3 (3)
15
+ // v1.3.1 (4) (fdroid does not build yet with gradle-3.5 21.4.2017)
16
+ // v1.3.1.1 (5) (gradle-3.3 25.4.2017)
17
+ versionName " 1.3.1.1"
14
18
}
15
19
buildTypes {
16
20
debug {
Original file line number Diff line number Diff line change @@ -14,3 +14,9 @@ allprojects {
14
14
jcenter()
15
15
}
16
16
}
17
+
18
+ // download and generate gradlew which is not part of this repository and is required by travis
19
+ task wrapper (type : Wrapper ) {
20
+ gradleVersion = ' 3.3'
21
+ }
22
+
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments