mirror of
https://github.com/android/ndk-samples
synced 2025-11-09 01:26:42 +08:00
Fix Readme.md issues and other minor modifications
This commit is contained in:
@@ -6,7 +6,7 @@ It demonstrate usage of the following Native C++ API:
|
||||
- [Sensors](http://developer.android.com/ndk/reference/group___sensor.html)
|
||||
- [Assets](http://developer.android.com/ndk/reference/group___asset.html)
|
||||
|
||||
This sample uses the new [Gradle Experimental Android plugin](http://tools.android.com/tech-docs/new-build-system/gradle-experimental) with C++ support.
|
||||
This sample uses the new [Android Studio CMake plugin](http://tools.android.com/tech-docs/external-c-builds) with C++ support.
|
||||
|
||||
Pre-requisites
|
||||
--------------
|
||||
|
||||
@@ -4,7 +4,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.0-beta2'
|
||||
classpath 'com.android.tools.build:gradle:2.2.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user