|
|
|
|
@ -29,16 +29,13 @@ android { |
|
|
|
|
jvmTarget = JavaVersion.VERSION_1_8 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
lintOptions { |
|
|
|
|
disable 'MissingTranslation' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
|
minSdkVersion 23 |
|
|
|
|
targetSdkVersion 33 |
|
|
|
|
versionCode 165 |
|
|
|
|
versionName "6.0.22" |
|
|
|
|
versionCode 166 |
|
|
|
|
versionName "6.0.23" |
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -91,6 +88,10 @@ android { |
|
|
|
|
buildFeatures { |
|
|
|
|
viewBinding true |
|
|
|
|
} |
|
|
|
|
namespace 'net.pokeranalytics.android' |
|
|
|
|
lint { |
|
|
|
|
disable 'MissingTranslation' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -142,7 +143,7 @@ dependencies { |
|
|
|
|
implementation 'com.arthenica:ffmpeg-kit-min-gpl:4.4.LTS' |
|
|
|
|
|
|
|
|
|
// Camera |
|
|
|
|
def camerax_version = "1.1.0-beta01" |
|
|
|
|
def camerax_version = "1.1.0" |
|
|
|
|
implementation "androidx.camera:camera-core:${camerax_version}" |
|
|
|
|
implementation "androidx.camera:camera-camera2:${camerax_version}" |
|
|
|
|
implementation "androidx.camera:camera-lifecycle:${camerax_version}" |
|
|
|
|
@ -165,7 +166,7 @@ dependencies { |
|
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2' |
|
|
|
|
|
|
|
|
|
// Test |
|
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
|
testImplementation 'junit:junit:4.13.2' |
|
|
|
|
testImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
|
testImplementation 'com.android.support.test:rules:1.0.2' |
|
|
|
|
|
|
|
|
|
|