Skip to content

Commit

Permalink
Updated version number and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Oct 8, 2017
1 parent 37737c1 commit 176dea2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ repositories {
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 26
buildToolsVersion "26.0.2"

defaultConfig {
applicationId "org.openobservatory.ooniprobe"
minSdkVersion 14
targetSdkVersion 25
targetSdkVersion 26
versionCode 17
versionName "1.2.3-alpha.1"
versionName "1.2.3"
setProperty("archivesBaseName", "ooniprobe-android-$versionName")
}
buildTypes {
Expand All @@ -37,17 +37,17 @@ dependencies {
transitive = true;
}
//compile 'com.android.support:customtabs:25.3.1'
compile 'org.openobservatory.measurement_kit:android-libs:0.7.4-1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'org.openobservatory.measurement_kit:android-libs:0.7.6-1'
compile 'com.android.support:appcompat-v7:26.+'
compile 'com.android.support:recyclerview-v7:26.+'
compile 'com.android.support:design:26.+'
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.google.code.gson:gson:2.7'
compile 'me.panavtec:wizard:1.2'
compile 'com.google.firebase:firebase-core:10.2.6'
compile 'com.google.firebase:firebase-messaging:10.2.6'
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:4'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'

0 comments on commit 176dea2

Please sign in to comment.