Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions Blocks/build.gradle
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
apply plugin: 'com.android.library'

android.buildFeatures.buildConfig true
apply from: '../build.androidVersionCommon.gradle'

android {

namespace 'com.google.blocks'

compileSdkVersion 29

defaultConfig {
minSdkVersion 23
targetSdkVersion 28
versionCode 110
versionName "22.1"
versionCode 115
versionName "23.1"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
Expand Down
21 changes: 0 additions & 21 deletions Blocks/proguard-rules.pro

This file was deleted.

5 changes: 2 additions & 3 deletions Blocks/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.blocks">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
Expand All @@ -17,4 +16,4 @@
</activity>
</application>

</manifest>
</manifest>
Loading