User Activity

  • Modified a comment on discussion Open Discussion on SourceAFIS

    Try addding adding the following compile options to your build.gradle file: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } See working gradle build file below: apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "a.e.poc.biometricandroid" minSdkVersion 24 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } compileOptions...

  • Posted a comment on discussion Open Discussion on SourceAFIS

    Try addding adding the following compile options to your build.gradle file: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } See working gradle build file below: apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "app.evtrack.poc.biometricandroid" minSdkVersion 24 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } compileOptions...

View All

Personal Data

Username:
metadevj
Joined:
2019-06-20 19:38:00

Projects

  • No projects to display.

Personal Tools