enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 27 forks source link

Migrated the Existing App to AndroidX #55

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

Related Issue

Issue : #54

Proposed changes

Changed gradle.properties file to support AndroidX , and also made minor changes in MainActivity.kt and AndroidManifest.xml to support the same.

Description

With AndroidX support enabled in the app, the latest packages such as cloud_firestore, etc can run efficiently with the app.

Screenshots

abhitidarbar commented 3 years ago

Please remove merge conflict . To do this remove .flutter-plugins-dependencies from commit. I don't have android setup for testing so please self verify this .

infiniteoverflow commented 3 years ago

I have resolved it , it was required for the migration , thats why it changed during the process and is part of the commit.

abhitidarbar commented 3 years ago

I have resolved it , it was required for the migration , thats why it changed during the process and is part of the commit.

Okay thanks for working on this issue .

abhitidarbar commented 3 years ago

Related Issue

Issue : #54

Proposed changes

Changed gradle.properties file to support AndroidX , and also made minor changes in MainActivity.kt and AndroidManifest.xml to support the same.

Description

With AndroidX support enabled in the app, the latest packages such as cloud_firestore, etc can run efficiently with the app.

Screenshots

Nice description of issue. Keep up the good work. However if you are not attaching screenshots you can completely remove the topic "Screenshots".