Subversion Repositories SmartDukaan

Rev

Rev 34688 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34688 Rev 34860
Line 105... Line 105...
105
    }
105
    }
106
 
106
 
107
 
107
 
108
    // Add HikariCP dependency
108
    // Add HikariCP dependency
109
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
109
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
-
 
110
    implementation 'net.lingala.zip4j:zip4j:2.11.5'
110
 
111
 
111
}
112
}
112
 
113
 
113
defaultTasks 'copyEnv', 'build'
114
defaultTasks 'copyEnv', 'build'
114
115