Skip to content

Commit 54ffcf5

Browse files
authored
Merge pull request odk-x#183 from odk-x/demo
release 2.1.7
2 parents 24776a0 + 3569ac4 commit 54ffcf5

21 files changed

+13
-10
lines changed

androidlibrary_lib/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ dependencies {
104104
implementation 'net.jcip:jcip-annotations:1.0'
105105
implementation 'androidx.annotation:annotation:1.1.0'
106106
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
107-
implementation 'androidx.appcompat:appcompat:1.1.0'
108-
implementation 'androidx.preference:preference:1.1.0'
109-
implementation 'androidx.fragment:fragment:1.2.0-rc04'
107+
implementation 'androidx.appcompat:appcompat:1.2.0'
108+
implementation 'androidx.preference:preference:1.1.1'
109+
implementation 'androidx.fragment:fragment:1.3.0-beta01'
110110

111111
// Testing dependencies
112112
testImplementation 'junit:junit:4.12'
113113
testImplementation 'androidx.annotation:annotation:1.1.0'
114-
androidTestImplementation 'androidx.test:rules:1.2.0'
115-
androidTestImplementation 'androidx.test:runner:1.2.0'
114+
androidTestImplementation 'androidx.test:rules:1.3.0'
115+
androidTestImplementation 'androidx.test:runner:1.3.0'
116116

117117
}
118118

-4 Bytes
Binary file not shown.
-469 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-339 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

androidlibrary_lib/src/main/java/org/opendatakit/utilities/ODKFileUtils.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717

1818
import android.net.Uri;
1919
import android.os.Environment;
20-
import androidx.annotation.CheckResult;
2120
import android.util.Log;
21+
22+
import androidx.annotation.CheckResult;
23+
2224
import com.fasterxml.jackson.databind.ObjectMapper;
25+
2326
import org.apache.commons.io.FileUtils;
2427
import org.apache.commons.io.filefilter.IOFileFilter;
2528
import org.apache.commons.lang3.CharEncoding;

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.3'
8+
classpath 'com.android.tools.build:gradle:4.1.0'
99
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.9.8"
1010
}
1111
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Mar 12 18:59:00 PDT 2019
1+
#Thu Oct 29 13:19:59 PDT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gradle.ext.gradleConfigVersion = 141
1+
gradle.ext.gradleConfigVersion = 146
22

33
if ( !gradle.ext.has('workspacePath') ) {
44
def env = System.getProperties();

0 commit comments

Comments
 (0)