Project

General

Profile

« Previous | Next » 

Revision 0f25905a

Added by Leszek Koltunski over 2 years ago

Correct location of the keystore.

View differences:

build.gradle
5 5
android {
6 6
    signingConfigs {
7 7
        release {
8
            storeFile file('/Users/leszek/Programs/Examples/threedcell.keystore')
8
            storeFile file('/Users/leszek/Programs/MagicCube/threedcell.keystore')
9 9
            keyAlias = 'distorted'
10 10
        }
11 11
    }

Also available in: Unified diff