Grep Android Version from CMake

This commit is contained in:
Florian Märkl 2019-11-01 17:59:38 +01:00
commit 5d8ce70ff7
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
4 changed files with 22 additions and 4 deletions

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()