Skip to content

Commit

Permalink
Update AndroidStudio build config and add Sample APK.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcgi committed Oct 29, 2018
1 parent 236cb3d commit 4f72e51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Samples/SuperLittleRed/Android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: "com.android.application"

android {
compileSdkVersion 23
buildToolsVersion '27.0.3'
compileSdkVersion 25
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.Mojoc.Samples.SuperLittleRed"
minSdkVersion 18
minSdkVersion 21
ndk {
abiFilters "armeabi-v7a"
abiFilters "armeabi-v7a", "arm64-v8a"
}
externalNativeBuild {
cmake {
Expand Down
4 changes: 2 additions & 2 deletions Samples/SuperLittleRed/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
Expand All @@ -14,8 +14,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
}
}

Expand Down
Binary file added Samples/SuperLittleRed/SuperLittleRed.apk
Binary file not shown.

0 comments on commit 4f72e51

Please sign in to comment.