Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gemilepus committed Jan 22, 2021
1 parent 0ec23b1 commit 67da53e
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 148 deletions.
16 changes: 9 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 30
defaultConfig {
applicationId "com.example.user.tesseracttess_twoocr"
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -22,14 +22,16 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.rmtheis:tess-two:9.0.0'

implementation 'com.otaliastudios:cameraview:1.6.0'
implementation 'com.android.support:exifinterface:27.1.1'

//noinspection GradleCompatible
implementation 'com.android.support:exifinterface:27.1.1'
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support.constraint:constraint-layout:2.0.4'

testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation project(path: ':openCVLibrary342')
}
}
Loading

0 comments on commit 67da53e

Please sign in to comment.