Project

General

Profile

« Previous | Next » 

Revision 9daf0165

Added by Leszek Koltunski almost 2 years ago

Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.

View differences:

build.gradle
24 24
            signingConfig signingConfigs.debug
25 25
        }
26 26
    }
27
    namespace 'org.distorted.library'
27 28
}
src/main/AndroidManifest.xml
1 1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
    package="org.distorted.library"
3 2
    android:versionCode="1"
4 3
    android:versionName="1.0" >
5 4
</manifest>

Also available in: Unified diff