Skip to content

Instantly share code, notes, and snippets.

@koral--
Created February 8, 2019 12:47
Show Gist options
  • Save koral--/254d4cdca91ce88a2877a1d6b38d645b to your computer and use it in GitHub Desktop.
Save koral--/254d4cdca91ce88a2877a1d6b38d645b to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath "com.android.tools.build:gradle:+"
}
}
apply plugin: 'android'
repositories {
jcenter()
mavenCentral()
}
android {
compileSdkVersion 28
defaultConfig {
applicationId 'com.r.android'
minSdkVersion 28
targetSdkVersion 28
}
externalNativeBuild {
cmake {
version "3.10.2.4988404"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment