Skip to content

Commit

Permalink
update version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
heycrmvn committed Oct 4, 2019
1 parent b5b689d commit 5230a62
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

* Hot fix: Miss AndroidManifest.xml

## 0.0.8

* Fix bug: Cancel button is crash app.
Expand Down
7 changes: 2 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.christian.christian_picker_image'
version '1.0-SNAPSHOT'

apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'
//apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
Expand All @@ -15,7 +15,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'me.tatarka:gradle-retrolambda:3.7.0'
//classpath 'me.tatarka:gradle-retrolambda:3.7.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down Expand Up @@ -77,6 +77,3 @@ dependencies {

testImplementation 'junit:junit:4.12'
}
repositories {
maven { url "https://jitpack.io" }
}
4 changes: 2 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.christian.christian_picker_image">
package="com.christian.christian_picker_image">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Expand All @@ -23,4 +23,4 @@ package="com.christian.christian_picker_image">
</application>


</manifest>
</manifest>
3 changes: 2 additions & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
applicationId "com.christian.christian_picker_image_example"
minSdkVersion 21
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode = flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -54,6 +54,7 @@ android {
targetCompatibility = 1.8
sourceCompatibility = 1.8
}
buildToolsVersion = '27.0.3'
}

flutter {
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.8"
version: "0.0.9"
collection:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: christian_picker_image
description: Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.
version: 0.0.8
version: 0.0.9
author: Nguyen Phuc Nguyen <[email protected]>
homepage: http://heycrm.com

Expand Down

0 comments on commit 5230a62

Please sign in to comment.