1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Closes #102: Android: Clear all auth tokens on logout

This commit is contained in:
jendib
2016-05-10 20:00:14 +02:00
parent 394f667ab0
commit 575ad75a0a
3 changed files with 13 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-beta1'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}
apply plugin: 'com.android.application'