mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Use fixed gradle versions
This commit is contained in:
parent
84d03dd514
commit
6cb791d567
@ -10,6 +10,8 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
// NOTE: Always use version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
|
||||||
|
|
||||||
compile 'com.android.support:support-v4:19.1.0'
|
compile 'com.android.support:support-v4:19.1.0'
|
||||||
compile 'com.android.support:appcompat-v7:19.1.0'
|
compile 'com.android.support:appcompat-v7:19.1.0'
|
||||||
compile project(':extern:openpgp-api-lib')
|
compile project(':extern:openpgp-api-lib')
|
||||||
@ -27,8 +29,8 @@ dependencies {
|
|||||||
|
|
||||||
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well
|
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well
|
||||||
androidTestCompile 'junit:junit:4.10'
|
androidTestCompile 'junit:junit:4.10'
|
||||||
androidTestCompile 'org.robolectric:robolectric:2.1.+'
|
androidTestCompile 'org.robolectric:robolectric:2.3'
|
||||||
androidTestCompile 'com.squareup:fest-android:1.0.+'
|
androidTestCompile 'com.squareup:fest-android:1.0.8'
|
||||||
androidTestCompile 'com.google.android:android:4.1.1.4'
|
androidTestCompile 'com.google.android:android:4.1.1.4'
|
||||||
androidTestCompile 'com.android.support:support-v4:19.1.0'
|
androidTestCompile 'com.android.support:support-v4:19.1.0'
|
||||||
androidTestCompile 'com.android.support:appcompat-v7:19.1.0'
|
androidTestCompile 'com.android.support:appcompat-v7:19.1.0'
|
||||||
|
@ -4,8 +4,9 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
// NOTE: Always use version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
|
||||||
classpath 'com.android.tools.build:gradle:0.10.0'
|
classpath 'com.android.tools.build:gradle:0.10.0'
|
||||||
classpath 'org.robolectric.gradle:gradle-android-test-plugin:0.9.+'
|
classpath 'org.robolectric.gradle:gradle-android-test-plugin:0.10.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user