Skip to content

Commit

Permalink
undo the uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
constantin committed Sep 8, 2020
1 parent 3cbacdd commit 99e8629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.google.firebase.crashlytics'

android {
compileSdkVersion rootProject.compileSdkVersion
//ndkVersion rootProject.myNdkVersion
ndkVersion rootProject.myNdkVersion
defaultConfig {
applicationId "constantin.video.example"
minSdkVersion rootProject.minSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion TelemetryCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group='com.github.Consti10'

android {
compileSdkVersion rootProject.compileSdkVersion
//ndkVersion rootProject.myNdkVersion
ndkVersion rootProject.myNdkVersion
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion VideoCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group='com.github.Consti10'

android {
compileSdkVersion rootProject.compileSdkVersion
//ndkVersion rootProject.myNdkVersion
ndkVersion rootProject.myNdkVersion
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion uvcintegration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.compileSdkVersion
//ndkVersion rootProject.myNdkVersion
ndkVersion rootProject.myNdkVersion

defaultConfig {
minSdkVersion rootProject.minSdkVersion
Expand Down

0 comments on commit 99e8629

Please sign in to comment.