Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for 2.0.0 release #29

Merged
merged 2 commits into from
Jan 12, 2021
Merged

prepare for 2.0.0 release #29

merged 2 commits into from
Jan 12, 2021

Conversation

Canato
Copy link
Member

@Canato Canato commented Jan 12, 2021

Description:

New release 2.0.0

Changed

  • AsyncTask to Kotlin Coroutines #9

Fixed

  • Uri for camera capture option is now invariant for Android 10 and above #21

Backward compatibility:

With the new version user need to make Java 8 available

  • Go to app level build.gradle file

  • Add this line inside android in build.gradle

     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }

@Canato Canato added this to the v_2.0.0 milestone Jan 12, 2021
@Canato Canato merged commit d26d95b into main Jan 12, 2021
@Canato Canato deleted the release/2.0.0 branch January 12, 2021 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant