Geka000

Results 3 comments of Geka000

I've faced the same issue today, updated to 1.1.2 and it doesn't work. I've tried to re-run the failed upload job 8 times. ``` - name: Upload to AlphaTrack uses:...

Hello @landarskiy. I'm using your library in my Android project and trying to port it to compose multiplatform. Are there any updates on migration to multiplatform? I've just tried to...

I've found a workaround only for signing with inMemory key. ```kotlin plugins { signing } val signProperties = Properties().apply { load(rootProject.file("lib1.sign.properties").reader()) } //lib1.sign.properties //secretKeyId=*** //secretKeyPass=*** //secretInMemoryKey=*** signing { useInMemoryPgpKeys( signProperties.getProperty("secretKeyId"),...