Coder Social home page Coder Social logo

Remove AppComp dependency about flatui HOT 6 CLOSED

eluleci avatar eluleci commented on August 17, 2024
Remove AppComp dependency

from flatui.

Comments (6)

eluleci avatar eluleci commented on August 17, 2024

I was also thinking about removing the dependency or creating two different
repository (one for app compat). I'll make changes as soon as possible.

from flatui.

eluleci avatar eluleci commented on August 17, 2024

I removed dependency to compatibility library. Maven repo is updated and you can use it with:

'com.github.eluleci:flatui:0.1.2'

from flatui.

soarcn avatar soarcn commented on August 17, 2024

@eluleci should be 'com.github.eluleci:flatui:0.1.2@aar' :)

from flatui.

eluleci avatar eluleci commented on August 17, 2024

What is the point of using @aar at the end of repository? And also I haven't seen this kind of usage in any place.

from flatui.

soarcn avatar soarcn commented on August 17, 2024

instruction of aar:http://tools.android.com/tech-docs/new-build-system/aar-format
Since this library contain not only java code but also resources(assets), you have to package it to aar format as you already done.
if you do not add @aar, gradle will try to download jar file instead of aar file.

from flatui.

eluleci avatar eluleci commented on August 17, 2024

I think aar file is downloaded by default. If you try to use the library without @aar suffix, you'll see that font files are also available (assets). In my case it is working but I saw the same thing you said in some pages. So I am not sure about the best usage of it.

from flatui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.