You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Stephan , I am fan of your work , using this library pretty much from the start of our company's android project , couple of years back.
I'm releasing a new version after a year or so.I updated all of my library and plugins , unfortunately plugin is not working for me anymore , I had issues in the past with it but I was be able to generate file and also had a file reader write to copy generated file to main xml file, but this time is throws exception and exit with error 1.
when I traced it exception is:
File or directory app/libs', not found
I'm using :
Hi abbas,
Thank you for your kind words.
No this project is not maintained anymore. I would definitely advise to
move to zoom as well.
Best regards,
S.
Le mer. 30 sept. 2020 à 00:07, abbas H Safaie <[email protected]> a
écrit :
Hey Stephan , I am fan of your work , using this library pretty much from
the start of our company's android project , couple of years back.
I'm releasing a new version after a year or so.I updated all of my library
and plugins , unfortunately plugin is not working for me anymore , I had
issues in the past with it but I was be able to generate file and also had
a file reader write to copy generated file to main xml file, but this time
is throws exception and exit with error 1.
when I traced it exception is:
File or directory app/libs', not found
I'm using :
buildscript {
repositories {
jcenter()
google()
mavenCentral()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
classpath ('com.google.firebase:perf-plugin:1.3.1') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
classpath "org.ajoberstar:grgit:2.2.0"
classpath 'org.hidetake:gradle-ssh-plugin:2.9.0'
classpath 'com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.5'
}
and
apply plugin: 'com.android.application'
apply plugin: "com.google.gms.google-services"
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'ormgap'
I was wondering, are you still maintaining this project as I know most of
people are moving to Room and abandoning ORMLite?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#30>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN7PXJBVUDB7OU6HF7QQSTSILKK7ANCNFSM4R6WWGNA>
.
Hey Stephan , I am fan of your work , using this library pretty much from the start of our company's android project , couple of years back.
I'm releasing a new version after a year or so.I updated all of my library and plugins , unfortunately plugin is not working for me anymore , I had issues in the past with it but I was be able to generate file and also had a file reader write to copy generated file to main xml file, but this time is throws exception and exit with error 1.
when I traced it exception is:
File or directory app/libs', not found
I'm using :
and
I was wondering, are you still maintaining this project as I know most of people are moving to Room and abandoning ORMLite?
The text was updated successfully, but these errors were encountered: