Subversion Repositories SmartDukaan

Rev

Rev 35851 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35851 Rev 36020
Line 112... Line 112...
112
 
112
 
113
    // Add HikariCP dependency
113
    // Add HikariCP dependency
114
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
114
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
115
    implementation 'net.lingala.zip4j:zip4j:2.11.5'
115
    implementation 'net.lingala.zip4j:zip4j:2.11.5'
116
 
116
 
-
 
117
 
117
}
118
}
118
 
119
 
119
defaultTasks 'run', 'build'
120
defaultTasks 'run', 'build'
120
121