Skip to content

Commit

Permalink
Merge pull request #137 from TheTorProject/feature/im_tests
Browse files Browse the repository at this point in the history
Feature/im tests
  • Loading branch information
lorenzoPrimi authored Jan 12, 2018
2 parents 787ba91 + df79354 commit d35990b
Show file tree
Hide file tree
Showing 122 changed files with 622 additions and 20,979 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "org.openobservatory.ooniprobe"
minSdkVersion 14
targetSdkVersion 26
versionCode 17
versionName "1.3.0-alpha.1"
versionCode 21
versionName "1.3.0"
setProperty("archivesBaseName", "ooniprobe-android-$versionName")
}
buildTypes {
Expand All @@ -38,15 +38,15 @@ dependencies {
transitive = true;
}
//compile 'com.android.support:customtabs:25.3.1'
compile 'org.openobservatory.measurement_kit:android-libs:0.8.0-1'
compile 'org.openobservatory.measurement_kit:android-libs:0.8.1-2'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'me.panavtec:wizard:1.2'
compile 'com.google.firebase:firebase-core:11.6.0'
compile 'com.google.firebase:firebase-messaging:11.6.0'
compile 'com.google.firebase:firebase-core:11.6.2'
compile 'com.google.firebase:firebase-messaging:11.6.2'
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:4'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
Expand Down
37 changes: 0 additions & 37 deletions app/src/main/assets/test_lists/00-LEGEND-category_codes.csv

This file was deleted.

245 changes: 0 additions & 245 deletions app/src/main/assets/test_lists/00-LEGEND-country_codes.csv

This file was deleted.

32 changes: 0 additions & 32 deletions app/src/main/assets/test_lists/00-LEGEND-new_category_codes.csv

This file was deleted.

Loading

0 comments on commit d35990b

Please sign in to comment.