diff --git a/android/gradle.properties b/android/gradle.properties index 970b0cccf92753298506ce312e817cc78e19aeef..9ff93b6a299be10e601d7ea42651ee4f25bbca39 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536M android.enableR8=true android.useAndroidX=true android.enableJetifier=true -app.versionName=1.0.1 -app.versionCode=2 +app.versionName=1.0.2 +app.versionCode=3 diff --git a/lib/main.dart b/lib/main.dart index 76cf14964eff1b94f4e62afea29661ae9f0ddb57..257cd15d89fe4ae42881c0454a681908ace6f64f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -124,29 +124,6 @@ class _HomeState extends State<Home> { ),), ), ), - SizedBox(height: 20,), - GestureDetector( - onTap: (){ - // TODO - }, - child: Container( - height: 50, - width: 200, - alignment: Alignment.center, - decoration: BoxDecoration( - border: Border.all( - color: Colors.blue, - width: 2 - ), - borderRadius: BorderRadius.circular(24), - ), - child: Text("Rate Us", style: TextStyle( - color: Colors.blue, - fontSize: 17, - fontWeight: FontWeight.w500 - ),), - ), - ), ], ) )