Skip to content

Commit 2cf3b61

Browse files
committed
v1.3.6-nobanner
1 parent 72cc70e commit 2cf3b61

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.gamee.facesmash"
1616
minSdkVersion 21
1717
targetSdkVersion 28
18-
versionCode 50
19-
versionName "1.3.5-firebaseads"
18+
versionCode 51
19+
versionName "1.3.6-nobanner"
2020
ndk {
2121
abiFilters 'armeabi-v7a'
2222
}

app/jni/src/facesmash-sources

Submodule facesmash-sources updated from 06fa70f to 7accd28

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ buildscript {
66
maven {
77
url 'https://maven.google.com'
88
}
9+
google()
910
}
1011
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
12+
classpath 'com.android.tools.build:gradle:3.3.0'
1213
classpath 'com.google.gms:oss-licenses:0.9.2'
1314
classpath 'com.google.gms:google-services:4.2.0'
1415

0 commit comments

Comments
 (0)