1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-13 15:50:42 +00:00

Closes #270: add notification channel for android > 26

This commit is contained in:
Benjamin Gamard
2019-01-30 16:53:07 +01:00
parent fe40a0a677
commit 3b281a8c3f
3 changed files with 22 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}
apply plugin: 'com.android.application'