DEV Community

mushokuuuu
mushokuuuu

Posted on

Build Gradle file suppport

dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.viewpager:viewpager:1.0.0' implementation 'androidx.fragment:fragment:1.3.6' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.sqlite:sqlite:2.1.0' } 
Enter fullscreen mode Exit fullscreen mode

Dependencies required for a SQLite application in android studio

Top comments (0)