We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97917f commit 730d984Copy full SHA for 730d984
app/build.gradle
@@ -1,15 +1,15 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 27
+ compileSdkVersion 26
5
buildToolsVersion "27.0.3"
6
7
defaultConfig {
8
applicationId "openscience.crowdsource.video.experiments"
9
minSdkVersion 17
10
targetSdkVersion 26
11
- versionCode 21
12
- versionName "2.13"
+ versionCode 20
+ versionName "2.12"
13
}
14
buildTypes {
15
release {
@@ -20,7 +20,7 @@ android {
20
21
22
dependencies {
23
- compile fileTree(include: ['*.jar'], dir: 'libs')
+ compile fileTree(dir: 'libs', include: ['*.jar'])
24
testCompile 'junit:junit:4.12'
25
compile 'com.android.support:appcompat-v7:22.2.1'
26
compile 'com.google.android.gms:play-services-appindexing:8.4.0'
0 commit comments