We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35f034 commit 2d12fe3Copy full SHA for 2d12fe3
app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="fr.free.nrw.commons"
3
- android:versionCode="57"
4
- android:versionName="1.39" >
+ android:versionCode="58"
+ android:versionName="1.40" >
5
6
<uses-permission android:name="android.permission.INTERNET" />
7
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
build.gradle
@@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
8
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.2.3'
9
10
11
0 commit comments